1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10749 from phips/update_become_docs

Fixed a few typos in the become documentation
This commit is contained in:
Brian Coca 2015-04-16 12:32:17 -04:00
commit c4ede91b32

View file

@ -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 ansibile.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 ansbile_su, allows to force privilege escalation
equivalent to ansible_sudo or ansible_su, allows to force privilege escalation
ansible_become_method
allows to set privilege escalation method
ansible_become_user
equivalent to ansible_sudo_user or ansbile_su_user, allows to set the user you become through privilege escalation
equivalent to ansible_sudo_user or ansible_su_user, allows to set the user you become through privilege escalation
ansible_become_pass
equivalent to ansible_sudo_pass or ansbile_su_pass, allows you to set the privilege escalation password
equivalent to ansible_sudo_pass or ansible_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 passorwd implied)
run operations with become (no password implied)
--become-method=BECOME_METHOD
privilege escalation method to use (default=sudo),