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
e9bf3fc3
Commit
e9bf3fc3
authored
May 11, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10981 from aioue/patch-2
Update become.rst
parents
c80c5c98
0c21f05b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docsite/rst/become.rst
+3
-3
No files found.
docsite/rst/become.rst
View file @
e9bf3fc3
...
...
@@ -17,13 +17,13 @@ New directives
--------------
become
equivalent to adding
sudo: or su: to a play or task, set to true/yes
to activate privilege escalation
equivalent to adding
'sudo:' or 'su:' to a play or task, set to 'true'/'yes'
to activate privilege escalation
become_user
equivalent to adding
sudo_user: or su_user: to a play or task
equivalent to adding
'sudo_user:' or 'su_user:' to a play or task, set to user with desired privileges
become_method
at play or task level overrides the default method set in ansible.cfg
at play or task level overrides the default method set in ansible.cfg
, set to 'sudo'/'su'/'pbrun'/'pfexec'
New ansible\_ variables
...
...
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