community.general.lxc 连接 – 通过 lxc Python 库在 lxc 容器中运行任务

注意

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

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

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

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

概要

  • 使用 lxc Python 库在现有 lxc 容器中运行命令或放置/获取文件

参数

参数

注释

executable

字符串

Shell 可执行文件

默认值: "/bin/sh"

配置

  • 变量:ansible_executable

  • 变量:ansible_lxc_executable

remote_addr

字符串

容器标识符

默认值: "inventory_hostname"

配置

  • 变量:inventory_hostname

  • 变量:ansible_host

  • 变量:ansible_lxc_host

作者

  • Joerg Thalheim

提示

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