Fedora Infrastructure Ansible Repository
- JavaScript 31.3%
- Jinja 25.2%
- CSS 21.7%
- Python 15.4%
- Shell 3.4%
- Other 2.9%
| files | ||
| handlers | ||
| inventory | ||
| library | ||
| playbooks | ||
| scripts | ||
| tasks | ||
| vars | ||
| README | ||
| TODO | ||
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