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
d7478e59
Commit
d7478e59
authored
Oct 22, 2013
by
Lars Francke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update intro_configuration.rst
Minor RST fixes
parent
cda707f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
docsite/rst/intro_configuration.rst
+3
-4
No files found.
docsite/rst/intro_configuration.rst
View file @
d7478e59
The Ansible Configuration File
++++++++++++++++++++++++++++++
...
...
@@ -7,7 +6,7 @@ The Ansible Configuration File
Certain things in Ansible are adjustable in a configuration file. In general, the stock configuration is probably
right for most users, but that doesn't mean you might not want to change them.
The mechanism for doing this is the "ansible.cfg" file, which is looked for in the following locations:
The mechanism for doing this is the "ansible.cfg" file, which is looked for in the following locations:
:
* /etc/ansible/ansible.cfg
* ~/.ansible.cfg
...
...
@@ -30,7 +29,7 @@ as a ".rpmnew" file (or other) as appropriate in the case of updates.
If you have installed from pip or from source, however, you may want to create this file in order to override
default settings in Ansible.
You may wish to consult the `ansible.cfg in source control <https://raw.github.com/ansible/ansible/devel/examples/ansible.cfg>
_`
for
You may wish to consult the `ansible.cfg in source control <https://raw.github.com/ansible/ansible/devel/examples/ansible.cfg>
`_
for
all of the possible latest values.
.. _environmental_configuration:
...
...
@@ -283,7 +282,7 @@ log_path
========
If present and configured in ansible.cfg, Ansible will log information about executions at the designated location. Be sure
the user running Ansible has permissions on the logfile
.
the user running Ansible has permissions on the logfile
::
log_path=/var/log/ansible.log
...
...
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