first commit to the ansible public repo

This commit is contained in:
Seth Vidal 2012-10-08 19:35:54 +00:00
commit a605ca0f15
21 changed files with 635 additions and 0 deletions

23
README Normal file
View file

@ -0,0 +1,23 @@
ansible repository/structure
files - files and templates for use in playbooks/tasks
- subdirs for specific tasks/dirs highly recommended
inventory - where the inventory and additional vars is stored
library - library of custom local ansible modules
playbooks - collections of plays we want to run on systems
tasks - snippets of tasks that should be included in plays
public path for everything is:
/srv/web/infra/ansible
private path - which is sysadmin-main accessible only is:
/srv/private/ansible