You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
In ansible/group_vars/nginx.yml I have all the configuration for nginx sites. What I wish to do (and can't really wrap my head around) is to have slightly different nginx configuration on one of my hosts to make no-www -> www redirection on production and the other way on develop and staging.
The way I run the script is by a shell script with tags: ./deploy production, etc.
Is it possible to load different sets of variables based on a tag? Something like:
My case looks like this: in
site.yml
I run the role as:In
ansible/group_vars/nginx.yml
I have all the configuration for nginx sites. What I wish to do (and can't really wrap my head around) is to have slightly different nginx configuration on one of my hosts to make no-www -> www redirection on production and the other way on develop and staging.The way I run the script is by a shell script with tags:
./deploy production
, etc.Is it possible to load different sets of variables based on a tag? Something like:
With some sort of way to point to the correct set of variables?
The text was updated successfully, but these errors were encountered: