Last active
December 17, 2015 20:28
-
-
Save davidbirdsong/5667411 to your computer and use it in GitHub Desktop.
tree structure of staging directory
This file contains 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
[david@ops-1 staging{master}]$ tree . | |
. | |
├── ansible.cfg | |
└── inventory | |
├── ec2.ini | |
├── ec2.py | |
└── group_vars | |
└── tag_mogilefsd_1 | |
[david@ops-1 staging{master}]$ cat ansible.cfg | |
[defaults] | |
hostfile = inventory/ec2.py | |
[david@ops-1 staging{master}]$ cat inventory/group_vars/tag_mogilefsd_1 | |
master_db_server: hwyman_db_master.<stealthy_company>.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment