|
|
|
|
|
by georgebashi
4727 days ago
|
|
I've just picked up ansible, and one thing I found lacking was an example ansible repository with a standard directory layout and config documented on the site or on github. For example, it's not obvious from the docs that a nice way to set things up is: site.yml
ansible.cfg
hosts
host_vars/*
group_vars/*
roles/*/{files,templates,tasks,handlers,vars}
|
|
Just noticed these don't mention "vars" in the roles directory, do need to fix that :)