ibm.spectrum_virtualize.ibm_svc_manage_callhome 模块 – 此模块管理 IBM Spectrum Virtualize 系列存储系统上的 Call Home 功能配置

注意

此模块是 ibm.spectrum_virtualize 集合(版本 2.0.0)的一部分。

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

要安装它,请使用:ansible-galaxy collection install ibm.spectrum_virtualize

要在 playbook 中使用它,请指定:ibm.spectrum_virtualize.ibm_svc_manage_callhome

注意

ibm.spectrum_virtualize 集合已重命名为 ibm.storage_virtualize,并且将从 Ansible 12 中移除。如果您使用来自 ibm.spectrum_virtualize 的内容,请更新您的 playbook 和角色中的 FQCN!在创建新的 playbook 或角色时,请直接使用来自 ibm.storage_virtualize 的内容。

ibm.spectrum_virtualize 1.7.0 中的新增功能

概要

  • 用于管理云和电子邮件 Call Home 功能的 Ansible 接口。

参数

参数

注释

地址

字符串

指定用户地址的第一行,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

callhome_type

字符串 / 必需

指定传输类型。

选项

  • "云服务"

  • "电子邮件"

  • "两者"

censorcallhome

字符串

指定从增强的 Call Home 数据中删除敏感数据。

state=enabled 时适用。

如果未指定,将使用默认值“off”。

选项

  • "on"

  • "off"

城市

字符串

指定用户的城市,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

clustername

字符串 / 必需

Spectrum Virtualize 存储系统的主机名或管理 IP。

company_name

字符串

指定用户的组织,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

contact_email

字符串

指定人员的电子邮件。

state=enabled 时必需。

contact_name

字符串

指定接收电子邮件的人员的姓名。

state=enabled 时必需。

国家/地区

字符串

指定计算机所在的国家/地区,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

域名

字符串

Spectrum Virtualize 存储系统的域。

当主机名用于参数 clustername 时有效。

enhancedcallhome

字符串

指定 Call Home 功能是否向支持中心发送增强报告。

state=enabled 时适用。

如果未指定,将使用默认值“off”。

选项

  • "on"

  • "off"

invemailinterval

整数

指定将清单电子邮件发送到配置的电子邮件收件人的间隔。

间隔以天为单位衡量。该值必须在 0 - 15 的范围内。

将该值设置为“0”将关闭清单电子邮件通知功能。如果 inventory 设置为“on”,则有效。

inventory

字符串

指定参数 contact_email 中提到的收件人是否接收清单电子邮件通知。

state=enabled 时适用。如果未指定,将使用默认值“off”。

选项

  • "on"

  • "off"

位置

字符串

指定报告错误的系统的物理位置。

state=enabled 时必需。

log_path

字符串

调试日志文件的路径。

密码

字符串

Spectrum Virtualize 存储系统的 REST API 密码。

如果未使用 token 验证用户,则需要参数 usernamepassword

phonenumber_primary

字符串

指定主要联系电话号码。

state=enabled 时必需。

phonenumber_secondary

字符串

指定辅助联系电话号码。

state=enabled 时必需。

postalcode

字符串

指定用户的邮政编码,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

省/自治区

字符串

指定用户的省/自治区,因为它应显示在 Call Home 电子邮件中。

state=enabled 时必需。

proxy_password

字符串

指定代理的密码。

state=enabledproxy_type=basic_authentication 时适用。

proxy_port

整数

指定代理服务器端口号。该值必须在 1 - 65535 的范围内。

state=enabledproxy_type=open_proxyproxy_type=basic_authentication 时适用。

proxy_type

字符串

指定代理类型。

state=enabled 时,要创建或修改 Call Home 功能,则必需。

对于 proxy_type=no_proxy,将删除代理。

callhome_type='cloud services'callhome_type='both' 时,该参数是强制性的。

选项

  • "open_proxy"

  • "basic_authentication"

  • "certificate"

  • "no_proxy"

proxy_url

字符串

指定代理服务器 URL,其中包含完全限定域名格式的协议前缀。

state=enabledproxy_type=open_proxyproxy_type=basic_authentication 时适用。

proxy_username

字符串

指定代理的用户名。

state=enabledproxy_type=basic_authentication 时适用。

serverIP

字符串

指定电子邮件服务器的 IP 地址。

state=enabledcallhome_type=emailcallhome_type=both 时必需。

serverPort

整数

指定电子邮件服务器的端口号。

该值必须在 1 - 65535 的范围内。

state=enabledcallhome_type=emailcallhome_type=both 时必需。

sslcert

字符串

指定代理证书的文件路径。

state=enabledproxy_type=certificate 时适用。

state

字符串 / 必需

启用或更新 (enabled) 或禁用 (disabled) Call Home 功能。

选项

  • "enabled"

  • "disabled"

token

字符串

用于验证 Spectrum Virtualize 存储系统上用户的身份验证令牌。

要生成令牌,请使用 ibm_svc_auth 模块。

username

字符串

Spectrum Virtualize 存储系统的 REST API 用户名。

如果未使用 token 验证用户,则需要参数 usernamepassword

validate_certs

boolean

验证证书。

选项

  • false ← (默认)

  • true

注意

注意

  • 此模块支持 check_mode

示例

- name: Configure callhome with both email and cloud
  ibm.spectrum_virtualize.ibm_svc_manage_callhome:
    clustername: "{{ clustername }}"
    username: "{{ username }}"
    password: "{{ password }}"
    log_path: "/tmp/playbook.debug"
    state: "enabled"
    callhome_type: "both"
    address: "{{ address }}"
    city: "{{ city }}"
    company_name: "{{ company_name }}"
    contact_email: "{{ contact_email }}"
    contact_name: "{{ contact_name }}"
    country: "{{ country }}"
    location: "{{ location }}"
    phonenumber_primary: "{{ primary_phonenumber }}"
    postalcode: "{{ postal_code }}"
    province: "{{ province }}"
    proxy_type: "{{ proxy_type }}"
    proxy_url: "{{ proxy_url }}"
    proxy_port: "{{ proxy_port }}"
    serverIP: "{{ server_ip }}"
    serverPort: "{{ server_port }}"
    inventory: "on"
    invemailinterval: 1
    enhancedcallhome: "on"
    censorcallhome: "on"

作者

  • Sreshtant Bohidar(@Sreshtant-Bohidar)