dellemc.powerflex.powerflex_activemq 角色 – 用于管理 Powerflex ActiveMQ 安装和卸载的角色。

注意

此角色是 dellemc.powerflex 集合 (版本 2.5.0) 的一部分。

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

要安装它,请使用:ansible-galaxy collection install dellemc.powerflex

要在 playbook 中使用它,请指定:dellemc.powerflex.powerflex_activemq

入口点 main – 用于管理 Powerflex ActiveMQ 安装和卸载的角色。

概要

  • 用于管理 Powerflex ActiveMQ 安装和卸载的角色。

参数

参数

注释

hostname

字符串 / 必填

PowerFlex 主机的 IP 或 FQDN。

password

字符串 / 必填

PowerFlex 主机的密码。

port

整数

PowerFlex 主机的端口。

默认值: 443

powerflex_activemq_state

字符串

指定 ActiveMQ 的状态。

present 将安装 ActiveMQ(如果尚未安装)。

absent 将卸载 ActiveMQ(如果已安装)。

选项

  • "absent"

  • "present" ← (默认)

powerflex_common_file_install_location

路径

安装位置,基于节点操作系统的兼容安装软件包。

这些文件可以从 Dell PowerFlex 软件的产品支持页面下载。

默认值: "/var/tmp"

timeout

整数

连接终止之前的时长。

默认值: 120

username

字符串 / 必填

PowerFlex 主机的用户名。

validate_certs

布尔值

如果为 false,则不会验证 SSL 证书。

仅在使用自签名证书的个人控制站点上配置 false

选项

  • false ← (默认)

  • true