community.general.doas become – Do As user
Note
This become plugin is part of the community.general collection (version 7.5.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.doas
.
Synopsis
This become plugins allows your remote/login user to execute commands as another user via the doas utility.
Parameters
Parameter |
Comments |
---|---|
Doas executable Default: Configuration:
|
|
Options to pass to doas Default: Configuration:
|
|
password for doas prompt Configuration:
|
|
User you ‘become’ to execute the task Configuration:
|
|
List of localized strings to match for prompt detection If empty we’ll use the built in one Default: Configuration:
|