Skip to content

Instantly share code, notes, and snippets.

@ajanthanblog
Created September 10, 2019 10:43
Show Gist options
  • Save ajanthanblog/366469edfa525b18afeeb8c7941cbfe9 to your computer and use it in GitHub Desktop.
Save ajanthanblog/366469edfa525b18afeeb8c7941cbfe9 to your computer and use it in GitHub Desktop.
inventories/
production/
hosts # inventory file for production servers
group_vars/
group1.yml # here we assign variables to particular groups
group2.yml
host_vars/
hostname1.yml # here we assign variables to particular systems
hostname2.yml
staging/
hosts # inventory file for staging environment
group_vars/
group1.yml # here we assign variables to particular groups
group2.yml
host_vars/
stagehost1.yml # here we assign variables to particular systems
stagehost2.yml
library/
module_utils/
filter_plugins/
site.yml
webservers.yml
dbservers.yml
roles/
common/
webtier/
monitoring/
fooapp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment