host:
description: 您控制器的 IP 地址,例如 192.168.10.150。
required: true
type: string
username:
description: 具有管理权限的用户名。
required: true
type: string
password:
description: 您指定的管理员账户的密码。
required: true
type: string
ssl:
description: 使用 HTTPS 而不是 HTTP 连接。
required: false
type: boolean
default: false
verify_ssl:
description: 启用或禁用 SSL 证书验证。如果您有自签名 SSL 证书且尚未安装 CA 证书以启用验证,请设置为 false。
required: false
default: true
type: boolean