Fedora Infrastructure Ansible Repository
Find a file
Seth Vidal 876172de56 add ansible admin ssh key to sysadmin-main key list
add hostbase def to jenkins_slave definition
2012-10-24 21:26:54 +00:00
files add ansible admin ssh key to sysadmin-main key list 2012-10-24 21:26:54 +00:00
handlers bring in and alphabetize all the normal services we would need to restart 2012-10-17 19:54:24 +00:00
inventory some inventory additions and organizations. Probably need to rethink this 2012-10-18 16:40:41 +00:00
library first commit to the ansible public repo 2012-10-08 19:35:54 +00:00
playbooks add ansible admin ssh key to sysadmin-main key list 2012-10-24 21:26:54 +00:00
scripts first commit to the ansible public repo 2012-10-08 19:35:54 +00:00
tasks add the optiona $hostbase to the cloud setup schtick 2012-10-22 17:47:45 +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