first commit to the ansible public repo
This commit is contained in:
commit
a605ca0f15
21 changed files with 635 additions and 0 deletions
23
README
Normal file
23
README
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue