summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTakashi Sugimura <sugitk@users.noreply.github.com>2019-03-11 23:10:42 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-03-11 23:10:42 +0100
commitc56a34425538b15e7817c34e658c1ea39d824cb8 (patch)
treec2b0d4ea5a2eee363b13d67c68ffb2d8a9694642 /docs
parentnew module aci_access_sub_port_block_to_access_port (#51940) (diff)
downloadansible-c56a34425538b15e7817c34e658c1ea39d824cb8.tar.xz
ansible-c56a34425538b15e7817c34e658c1ea39d824cb8.zip
added `pmrun` and `enable` to `become-method` (#51009)
* added `pmrun` and `enable` to `become-method` * references become plugin list for 'become_method' options
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/user_guide/become.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docsite/rst/user_guide/become.rst b/docs/docsite/rst/user_guide/become.rst
index 100cb24a19..59898afeb2 100644
--- a/docs/docsite/rst/user_guide/become.rst
+++ b/docs/docsite/rst/user_guide/become.rst
@@ -31,7 +31,7 @@ become_user
set to user with desired privileges — the user you `become`, NOT the user you login as. Does NOT imply ``become: yes``, to allow it to be set at host level.
become_method
- (at play or task level) overrides the default method set in ansible.cfg, set to `sudo`/`su`/`pbrun`/`pfexec`/`doas`/`dzdo`/`ksu`/`runas`/`machinectl`
+ (at play or task level) overrides the default method set in ansible.cfg, set to use any of the :ref:`become_plugins`.
become_flags
(at play or task level) permit the use of specific flags for the tasks or role. One common use is to change the user to nobody when the shell is set to no login. Added in Ansible 2.2.
@@ -700,4 +700,3 @@ Be aware of the following limitations with ``become`` on Windows:
Questions? Help? Ideas? Stop by the list on Google Groups
`webchat.freenode.net <https://webchat.freenode.net>`_
#ansible IRC chat channel
-