summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-01-12 20:14:53 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-01-12 20:15:09 -0500
commit4b3977d5afaa852f3899cf558fd7315f3e2ce5b7 (patch)
treeac1c67b0eec10ebe215f1cee5a1b0858edbdfa8a
parent92b26a28b805ce9b4e04cbc0cd823f98978e2c33 (diff)
downloadansible-4b3977d5afaa852f3899cf558fd7315f3e2ce5b7.tar.gz
added note about custom modules/plugins in roles
-rw-r--r--docs/docsite/rst/playbooks_best_practices.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/playbooks_best_practices.rst b/docs/docsite/rst/playbooks_best_practices.rst
index 34b9e9b29e..40365f2179 100644
--- a/docs/docsite/rst/playbooks_best_practices.rst
+++ b/docs/docsite/rst/playbooks_best_practices.rst
@@ -61,6 +61,8 @@ The top level of the directory would contain files and directories like so::
main.yml # <-- default lower priority variables for this role
meta/ #
main.yml # <-- role dependencies
+ library/ # roles can also include custom modules
+ lookup_plugins/ # or other types of plugins, like lookup in this case
webtier/ # same kind of structure as "common" was above, done for the webtier role
monitoring/ # ""