mm0.ibm-websphere-mq

IBM Websphere MQ

构建状态 Galaxy

这是一个使用本地提供的安装包和许可证,在 RHEL/Centos 上安装 IBM Websphere MQ 的 Ansible 角色。

需求

  • 具有 sudo 权限
  • 本地 (目标主机上) 有可用的安装包和许可证

角色变量

通用变量

名称 默认值 描述
environment_name Dev1 自我解释
webspheremq.group "mqm" 应用组
webspheremq.user "mqm" 应用用户
webspheremq.archive_dir "/mnt/nfs/ansible/websphere-mq/" 安装程序归档所在目录
webspheremq.unarchive_dir "/opt/temporary/{{ environment_name }}" 解压缩安装程序所在目录
webspheremq_internal.install_archive_path "{{ webspheremq.archive_dir }}/MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz" 归档的完整路径

依赖

示例剧本

- hosts: webservers
  vars:
  - environment_name: MyEnvironment
  roles:
  - { role: mm0.ibm-websphere-mq }

许可证

BSD-2

作者信息

Matt Margolin

mm0 的 GitHub 页面

关于项目

Ansible Role that installs IBM Websphere MQ on RHEL/Centos using locally provided installation package and License

安装
ansible-galaxy install mm0.ibm-websphere-mq
许可证
Unknown
下载
560
拥有者