ansible.builtin.sudo become – Substitute User DO
Note
This become plugin is part of ansible-core and included in all Ansible
installations. In most cases, you can use the short
plugin name
sudo.
However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.sudo for easy linking to the
plugin documentation and to avoid conflicting with other collections that may have
the same become plugin name.
New in Ansible 2.8
Synopsis
This become plugin allows your remote/login user to execute commands as another user via the sudo utility.
Parameters
Parameter |
Comments |
|---|---|
Sudo executable Default: Configuration:
|
|
Options to pass to sudo Default: Configuration:
|
|
Password to pass to sudo Configuration:
|
|
User you ‘become’ to execute the task Default: Configuration:
|
|
Directory to change to before invoking sudo; can avoid permission errors when dropping privileges. Configuration:
|
Note
Configuration entries listed above for each entry type (Ansible variable, environment variable, and so on) have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. The entry types are also ordered by precedence from low to high priority order. For example, an ansible.cfg entry (further up in the list) is overwritten by an Ansible variable (further down in the list).