Commit fc79237e by e0d

Clarifying docs.

parent a02626ce
......@@ -20,20 +20,20 @@
#
# Dependencies:
#
# This role depends upon variables provided by the including roles
# via the role/meta/main.yml. Includes take the following form.
# This role depends upon variables provided by an including role
# via the my_role/meta/main.yml file. Includes take the following form:
#
# dependencies:
# - {
# role: automated,
# automated_rbash_links: $as_automated_rbash_links,
# automated_sudoers_file: 'roles/analytics-server/files/etc/sudoers.d/99-automator-analytics-server'
# automated_sudoers_file: 'roles/my_role/files/etc/sudoers.d/99-my_role'
# }
#
# The sudoers file is optional. Note that for sudo to work it must be
# included in the rbash links list.
#
# That list should be provided via role defaults
# That list should be provided via my_role's defaults
#
# role_automated_rbash_links:
# - /usr/bin/sudo
......
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