Last active
January 8, 2018 10:56
-
-
Save tomwwright/de1743a7eb47ef66aaea692afc75e772 to your computer and use it in GitHub Desktop.
ansibled : intro : group_vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# group_vars/project.ansibled.yml | |
project: ansibled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# group_vars/db.yml | |
db_domain: "db.{{ deploy_environment }}.{{ project }}" | |
db_username: "{{ project }}-{{ deploy_environment }}-user" | |
db_port: 3306 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# group_vars/environment.dev.yml | |
deploy_environment: dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment