wti.remote.cpm_iptables_info 模块 – 从 WTI OOB 和 PDU 设备获取网络 IPTABLES 参数
注意
此模块是 wti.remote 集合(版本 1.0.10)的一部分。
如果您正在使用 ansible
包,您可能已经安装了这个集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install wti.remote
。
要在 playbook 中使用它,请指定:wti.remote.cpm_iptables_info
。
wti.remote 2.10.0 中的新功能
概要
从 WTI OOB 和 PDU 设备获取网络 IPTABLES 参数
参数
参数 |
注释 |
---|---|
这是 WTI 设备的密码,用于发送模块。 |
|
这是 WTI 设备的 URL,用于发送模块。 |
|
这是 WTI 设备的用户名,用于发送模块。 |
|
指定使用 https 连接还是 http 连接。 选择
|
|
一个标志,用于控制在存在 HTTP 代理环境变量时是否观察这些变量。 选择
|
|
如果为 false,则不会验证 SSL 证书。 这仅应在 使用自签名证书的个人控制站点上使用。 选择
|
注释
注意
在
module_defaults
中使用groups/cpm
来设置 CPM 模块之间使用的常用选项。)
示例
- name: Get the network IPTABLES Parameters for a WTI device.
cpm_interface_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
- name: Get the network IPTABLES Parameters for a WTI device.
cpm_interface_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: false
validate_certs: false
返回值
常见的返回值记录在此处,以下是此模块独有的字段
键 |
描述 |
---|---|
从发送的命令返回的 JSON 输出 返回: 始终 |
|
模块执行后,WTI 设备 IPTABLES 信息的当前键/值对。 返回: 始终 示例: |