Documents storage of task files (#62345)
This commit is contained in:
parent
7a26aff357
commit
7ea1db89d3
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ The top level of the directory would contain files and directories like so::
|
|||
site.yml # master playbook
|
||||
webservers.yml # playbook for webserver tier
|
||||
dbservers.yml # playbook for dbserver tier
|
||||
tasks/ # task files included from playbooks
|
||||
webservers-extra.yml # <-- avoids confusing playbook with task files
|
||||
|
||||
roles/
|
||||
common/ # this hierarchy represents a "role"
|
||||
|
|
Loading…
Add table
Reference in a new issue