-
-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split group_vars/ENVIRONMENT into smaller files #133
Comments
Any proposals for new files? |
@austinpray LOL. @swalkinshaw I've been thinking about this and have a few different ideas. First would be the simplest, have a First:
Second:
|
We'll revisit this once the deploys PR and some cleanup is done. Roles/playbooks are changing due to deploys anyway but I think it makes sense to have the vars split up more. |
Hey all-
Was reading up on group variables and realized they can be split into smaller files. Feast your eyeballs: http://docs.ansible.com/intro_inventory.html#splitting-out-host-and-group-specific-data.
This would be great in the context of wanting to separate things out for security concerns as we could set the project up to more easily be used by ansible-vault. Just a thought!
The text was updated successfully, but these errors were encountered: