mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Update playbooks_roles.rst
Fixes https://github.com/ansible/ansible/issues/7241
This commit is contained in:
parent
cf548baeab
commit
0a0b741c32
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Roles
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
Now that you have learned about vars_files, tasks, and handlers, what is the best way to organize your playbooks?
|
Now that you have learned about `vars_files <http://docs.ansible.com/playbooks_variables.html#variable-file-separation>`_, tasks, and handlers, what is the best way to organize your playbooks?
|
||||||
The short answer is to use roles! Roles are ways of automatically loading certain vars_files, tasks, and
|
The short answer is to use roles! Roles are ways of automatically loading certain vars_files, tasks, and
|
||||||
handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users.
|
handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue