Skip to content

Commit

Permalink
Merge pull request ansible#12579 from acogdev/devel
Browse files Browse the repository at this point in the history
Alphabitize retry_files_enabled and retry_files_save_path
  • Loading branch information
bcoca committed Oct 2, 2015
2 parents 3705d54 + e6958df commit 00b8a24
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docsite/rst/intro_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,26 +524,6 @@ always default to the current user if this is not defined::

remote_user = root

.. _roles_path:

roles_path
==========

.. versionadded: '1.4'
The roles path indicate additional directories beyond the 'roles/' subdirectory of a playbook project to search to find Ansible
roles. For instance, if there was a source control repository of common roles and a different repository of playbooks, you might
choose to establish a convention to checkout roles in /opt/mysite/roles like so::

roles_path = /opt/mysite/roles

Additional paths can be provided separated by colon characters, in the same way as other pathstrings::

roles_path = /opt/mysite/roles:/opt/othersite/roles

Roles will be first searched for in the playbook directory. Should a role not be found, it will indicate all the possible paths
that were searched.

.. _retry_files_enabled:

retry_files_enabled
Expand All @@ -565,6 +545,26 @@ The default location is ~/ and can be changed to any writeable path::

The directory will be created if it does not already exist.

.. _roles_path:

roles_path
==========

.. versionadded: '1.4'
The roles path indicate additional directories beyond the 'roles/' subdirectory of a playbook project to search to find Ansible
roles. For instance, if there was a source control repository of common roles and a different repository of playbooks, you might
choose to establish a convention to checkout roles in /opt/mysite/roles like so::

roles_path = /opt/mysite/roles

Additional paths can be provided separated by colon characters, in the same way as other pathstrings::

roles_path = /opt/mysite/roles:/opt/othersite/roles

Roles will be first searched for in the playbook directory. Should a role not be found, it will indicate all the possible paths
that were searched.

.. _sudo_exe:

sudo_exe
Expand Down

0 comments on commit 00b8a24

Please sign in to comment.