From 4b3977d5afaa852f3899cf558fd7315f3e2ce5b7 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 12 Jan 2017 20:14:53 -0500 Subject: [PATCH] added note about custom modules/plugins in roles --- docs/docsite/rst/playbooks_best_practices.rst | 2 ++ 1 file changed, 2 insertions(+) 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/ # ""