Created
July 23, 2020 19:03
-
-
Save bcoca/abc6cdd627ae2f5f11ef14dab728302b to your computer and use it in GitHub Desktop.
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
all: | |
children: | |
application: | |
hosts: | |
awsfrcqaapp02: | |
ansible_host: IP-X | |
awsfrcqaapp03: | |
ansible_host: IP-Y | |
database: | |
hosts: | |
awsfrcqadb02: | |
ansible_host: IP-Z | |
steve-qa: | |
qa-waters: | |
vars: | |
ansible_host: IP-X # awsfrcqaapp02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment