Merge pull request #9436 from bobobox/patch-2
vars_files haven't been discussed yet
This commit is contained in:
commit
6dbc45042b
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 :ref:`vars_files <variable_file_separation_details>`, tasks, and handlers, what is the best way to organize your playbooks?
|
Now that you have learned about 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…
Reference in a new issue