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
f14c6170
Commit
f14c6170
authored
Sep 17, 2015
by
Paul Freeman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation for retry_files_enabled and retry_files_save_path
parent
3db8070a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
docsite/rst/intro_configuration.rst
+21
-0
No files found.
docsite/rst/intro_configuration.rst
View file @
f14c6170
...
...
@@ -544,6 +544,27 @@ Additional paths can be provided separated by colon characters, in the same way
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
===================
This controls whether a failed Ansible playbook should create a .retry file. The default setting is True::
retry_files_enabled = False
.. _retry_files_save_path:
retry_files_save_path
=====================
The retry files save path is where Ansible will save .retry files when a playbook fails and retry_files_enabled is True (the default).
The default location is ~/ and can be changed to any writeable path::
retry_files_save_path = ~/.ansible-retry
The directory will be created if it does not already exist.
.. _sudo_exe:
sudo_exe
...
...
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