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
production/ | |
ansible_hosts # inventory file for production servers | |
group_vars/ | |
group1 # here we assign variables to particular groups for production | |
group2 # "" | |
host_vars/ | |
hostname1 # if production systems need specific variables, put them here | |
hostname2 # "" | |
files/ |