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
8fa003ea
Commit
8fa003ea
authored
Oct 13, 2013
by
Matt Jaynes
Committed by
Michael DeHaan
Oct 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos. Prevent double-dashes from being reduced to single dash.
parent
603db608
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docsite/rst/intro_configuration.rst
+5
-5
No files found.
docsite/rst/intro_configuration.rst
View file @
8fa003ea
...
...
@@ -30,7 +30,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:
...
...
@@ -176,7 +176,7 @@ executable
==========
This indicates the command to use to spawn a shell under a sudo environment. Users may need to change this in
rare instances to /bin/bash in rare instances w
eh
n sudo is constrained, but in most cases it may be left as is::
rare instances to /bin/bash in rare instances w
he
n sudo is constrained, but in most cases it may be left as is::
#executable = /bin/bash
...
...
@@ -365,7 +365,7 @@ private_key_file
================
If you are using a pem file to authenticate with machines rather than SSH agent or passwords, you can set the default
value here to avoid re-specifying
--ansible-private-keyfile
with every invocation::
value here to avoid re-specifying
``--ansible-private-keyfile``
with every invocation::
private_key_file=/path/to/file.pem
...
...
@@ -445,7 +445,7 @@ will not need to change this setting::
sudo_user
=========
This is the default user to sudo to if
--sudo-user
is not specified or 'sudo_user' is not specified in an Ansible
This is the default user to sudo to if
``--sudo-user``
is not specified or 'sudo_user' is not specified in an Ansible
playbook. The default is the most logical: 'root'::
sudo_user=root
...
...
@@ -464,7 +464,7 @@ This is the default SSH timeout to use on connection attempts::
transport
=========
This is the default transport
ot
use if "-c <transport_name>" is not specified to /usr/bin/ansible or /usr/bin/ansible-playbook.
This is the default transport
to
use if "-c <transport_name>" is not specified to /usr/bin/ansible or /usr/bin/ansible-playbook.
The default is 'smart', which will use 'ssh' (OpenSSH based) if the local operating system is new enough to support ControlPersist
technology, and then will otherwise use 'paramiko'. Other transport options include 'local', 'chroot', 'jail', and so on.
...
...
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