Commit 8fb14db8 by Michael Scherer

Mention defaults subdirectory in a more visible way

All examples do not show it, so only someone reading the doc from
end to end would know about it.
parent 267b3fb7
...@@ -51,6 +51,8 @@ The top level of the directory would contain files and directories like so:: ...@@ -51,6 +51,8 @@ The top level of the directory would contain files and directories like so::
foo.sh # <-- script files for use with the script resource foo.sh # <-- script files for use with the script resource
vars/ # vars/ #
main.yml # <-- variables associated with this role main.yml # <-- variables associated with this role
defaults/ #
main.yml # <-- default lower priority variables for this role
meta/ # meta/ #
main.yml # <-- role dependencies main.yml # <-- role dependencies
......
...@@ -172,6 +172,7 @@ Example project structure:: ...@@ -172,6 +172,7 @@ Example project structure::
tasks/ tasks/
handlers/ handlers/
vars/ vars/
defaults/
meta/ meta/
webservers/ webservers/
files/ files/
...@@ -179,6 +180,7 @@ Example project structure:: ...@@ -179,6 +180,7 @@ Example project structure::
tasks/ tasks/
handlers/ handlers/
vars/ vars/
defaults/
meta/ meta/
In a playbook, it would look like this:: In a playbook, it would look like this::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment