mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added note about custom modules/plugins in roles
This commit is contained in:
parent
92b26a28b8
commit
4b3977d5af
1 changed files with 2 additions and 0 deletions
|
@ -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/ # ""
|
||||
|
|
Loading…
Reference in a new issue