Add meta to the directory layout for roles
This commit is contained in:
parent
ac18d289aa
commit
647c92791c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
meta/ #
|
||||||
|
main.yml # <-- role dependencies
|
||||||
|
|
||||||
webtier/ # same kind of structure as "common" was above, done for the webtier role
|
webtier/ # same kind of structure as "common" was above, done for the webtier role
|
||||||
monitoring/ # ""
|
monitoring/ # ""
|
||||||
|
|
Loading…
Reference in a new issue