Skip to content

Instantly share code, notes, and snippets.

@davidbirdsong
Last active December 17, 2015 20:28
Show Gist options
  • Save davidbirdsong/5667411 to your computer and use it in GitHub Desktop.
Save davidbirdsong/5667411 to your computer and use it in GitHub Desktop.
tree structure of staging directory
[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