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
77afdd16
Commit
77afdd16
authored
Apr 16, 2015
by
Mark Phillips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a few typos in the become documentation
parent
7e1644bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docsite/rst/become.rst
+5
-5
No files found.
docsite/rst/become.rst
View file @
77afdd16
...
...
@@ -23,7 +23,7 @@ become_user
equivalent to adding sudo_user: or su_user: to a play or task
become_method
at play or task level overrides the default method set in ansib
i
le.cfg
at play or task level overrides the default method set in ansible.cfg
New ansible_ variables
...
...
@@ -31,16 +31,16 @@ New ansible_ variables
Each allows you to set an option per group and/or host
ansible_become
equivalent to ansible_sudo or ans
bi
le_su, allows to force privilege escalation
equivalent to ansible_sudo or ans
ib
le_su, allows to force privilege escalation
ansible_become_method
allows to set privilege escalation method
ansible_become_user
equivalent to ansible_sudo_user or ans
bi
le_su_user, allows to set the user you become through privilege escalation
equivalent to ansible_sudo_user or ans
ib
le_su_user, allows to set the user you become through privilege escalation
ansible_become_pass
equivalent to ansible_sudo_pass or ans
bi
le_su_pass, allows you to set the privilege escalation password
equivalent to ansible_sudo_pass or ans
ib
le_su_pass, allows you to set the privilege escalation password
New command line options
...
...
@@ -50,7 +50,7 @@ New command line options
ask for privilege escalation password
-b, --become
run operations with become (no pass
orw
d implied)
run operations with become (no pass
wor
d implied)
--become-method=BECOME_METHOD
privilege escalation method to use (default=sudo),
...
...
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