community.general.sudosu become – 使用 sudo su - 运行任务
注意
此 become 插件是 community.general 集合(版本 10.1.0)的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install community.general
。
要在 playbook 中使用它,请指定: community.general.sudosu
。
community.general 2.4.0 新增功能
概要
此 become 插件允许您的远程/登录用户通过组合
sudo
和su
实用程序以其他用户的身份执行命令。
参数
参数 |
注释 |
---|---|
是否使用替代方法调用 当默认方法在您的系统上不起作用时,请使用此方法。 选项
配置
|
|
传递给 默认值: 配置
|
|
传递给 配置
|
|
您要“成为”以执行任务的用户。 默认值: 配置
|