community.general.iocage 连接 – 在 iocage 监狱中运行任务

注意

此连接插件是 community.general 集合(版本 10.1.0)的一部分。

如果您正在使用 ansible 包,则可能已经安装了此集合。它不包含在 ansible-core 中。要检查是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用:ansible-galaxy collection install community.general

要在剧本中使用它,请指定:community.general.iocage

概要

  • 运行命令或将/获取文件到现有的 iocage 监狱

参数

参数

注释

remote_addr

字符串

监狱的路径

配置

  • 变量: ansible_host

  • 变量: ansible_iocage_host

remote_user

字符串

在监狱内执行的用户

配置

  • 变量: ansible_user

  • 变量: ansible_iocage_user

作者

  • Stephan Lohse

提示

每个条目类型的配置条目具有从低到高的优先级顺序。例如,列表中较低的变量将覆盖较高的变量。