Documents storage of task files ()

This commit is contained in:
Sorin Sbarnea 2019-11-08 21:23:33 +00:00 committed by Sandra McCann
parent 7a26aff357
commit 7ea1db89d3

View file

@ -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"