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


Description
No description provided
Readme 117 MiB
Languages
JavaScript 31.9%
Jinja 24.3%
CSS 22.2%
Python 14.8%
Shell 3.4%
Other 3.3%