From 341cf290d32b7c7ae033b5174ab84d4cae709674 Mon Sep 17 00:00:00 2001 From: Andrea Tartaglia Date: Wed, 26 Jul 2017 02:59:57 +0100 Subject: [PATCH] Added become_exe and become_flags docs (#19554) * Added become_exe and become_flags docs * Minor edits --- docs/docsite/rst/intro_inventory.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docsite/rst/intro_inventory.rst b/docs/docsite/rst/intro_inventory.rst index d08d24c2afb..002002ddc8f 100644 --- a/docs/docsite/rst/intro_inventory.rst +++ b/docs/docsite/rst/intro_inventory.rst @@ -279,6 +279,10 @@ ansible_become_user 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 ``ansible_su_pass``, allows you to set the privilege escalation password (never store this variable in plain text; always use a vault. See :ref:`best_practices_for_variables_and_vaults`) +ansible_become_exe + Equivalent to ``ansible_sudo_exe`` or ``ansible_su_exe``, allows you to set the executable for the escalation method selected +ansible_become_flags + Equivalent to ``ansible_sudo_flags`` or ``ansible_su_flags``, allows you to set the flags passed to the selected escalation method. This can be also set globally in :file:`ansible.cfg` in the ``sudo_flags`` option Remote host environment parameters: