community.general.ksu 成为 – Kerberos 替代用户
注意
此 become 插件是 community.general 集合(版本 10.1.0)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install community.general
。
要在 playbook 中使用它,请指定:community.general.ksu
。
概要
此 become 插件允许您的远程/登录用户通过 ksu 实用程序以其他用户身份执行命令。
参数
参数 |
注释 |
---|---|
Su 可执行文件。 默认值: 配置
|
|
传递给 ksu 的选项。 默认值: 配置
|
|
Ksu 密码。 配置
|
|
您要“成为”以执行任务的用户。 配置
|
|
要匹配提示检测的本地化字符串列表。 如果为空,我们将使用内置的。 默认值: 配置
|