Skip to content

Instantly share code, notes, and snippets.

@jgornick
jgornick / gist:10059024
Last active March 18, 2017 11:07 — forked from jdauphant/gist:10023858
Ansible: Directory Structure
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/