wti.remote.cpm_dnsservices_info 模块 – 从 WTI OOB 和 PDU 设备获取网络 DNS 服务参数
注意
此模块是 wti.remote 集合 (版本 1.0.10) 的一部分。
如果您使用的是 ansible
软件包,则可能已安装此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install wti.remote
。
要在剧本中使用它,请指定: wti.remote.cpm_dnsservices_info
。
wti.remote 2.10.0 中的新增功能
概要
从 WTI OOB 和 PDU 设备获取网络 DNS 服务参数
参数
参数 |
注释 |
---|---|
这是发送到模块的 WTI 设备密码。如果 cpm_username 为空,则此参数被认为是用户令牌。 |
|
这是发送到模块的 WTI 设备的 URL。 |
|
这是发送到模块的 WTI 设备的用户名。如果此值 为空,则 cpm_password 被认为是用户令牌。 |
|
指定使用 https 连接还是 http 连接。 选项
|
|
控制查找在存在时是否观察 HTTP 代理环境变量的标志。 选项
|
|
如果为 false,则不会验证 SSL 证书。这应该只用于 使用自签名证书的个人控制站点。 选项
|
备注
注意
使用
groups/cpm
在module_defaults
中设置 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 using a User Token.
cpm_interface_info:
cpm_url: "nonexist.wti.com"
cpm_username: ""
cpm_password: "randomusertokenfromthewtidevice"
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 设备的 DNS 服务信息当前键值对。 返回:始终 示例: |