Fedora Infrastructure Ansible Repository
Find a file
Seth Vidal 76c44eea7d delete openshift-el6.yml
move tasks into jenkins-slave
2012-10-10 21:50:55 +00:00
files since none of the openshift-el6 stuff is generic - move it into the proper place 2012-10-10 21:46:51 +00:00
handlers add httpd to restart services 2012-10-08 20:34:20 +00:00
inventory clean up all the skvidalisms :) 2012-10-08 19:48:36 +00:00
library first commit to the ansible public repo 2012-10-08 19:35:54 +00:00
playbooks delete openshift-el6.yml 2012-10-10 21:50:55 +00:00
scripts first commit to the ansible public repo 2012-10-08 19:35:54 +00:00
tasks delete openshift-el6.yml 2012-10-10 21:50:55 +00:00
vars clean up all the skvidalisms :) 2012-10-08 19:48:36 +00:00
README first commit to the ansible public repo 2012-10-08 19:35:54 +00:00
TODO first commit to the ansible public repo 2012-10-08 19:35:54 +00:00

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