Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
00b8a242
Commit
00b8a242
authored
9 years ago
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12579 from acogdev/devel
Alphabitize retry_files_enabled and retry_files_save_path
parents
3705d544
e6958df9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
docsite/rst/intro_configuration.rst
+20
-20
No files found.
docsite/rst/intro_configuration.rst
View file @
00b8a242
...
@@ -524,26 +524,6 @@ always default to the current user if this is not defined::
...
@@ -524,26 +524,6 @@ always default to the current user if this is not defined::
remote_user = root
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:
retry_files_enabled
retry_files_enabled
...
@@ -565,6 +545,26 @@ The default location is ~/ and can be changed to any writeable path::
...
@@ -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.
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:
sudo_exe
sudo_exe
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment