mm0.ibm-websphere-mq
IBM Websphere MQ
This is an Ansible role that installs IBM Websphere MQ on RHEL/Centos systems. It uses an installation package and license that you provide.
Requirements
- You need sudo access.
- An installation package and license must already be available on the target host.
Role Variables
General variables
Name | Default Value | Description |
---|---|---|
environment_name |
Dev1 |
The name of the environment |
webspheremq.group |
"mqm" |
The application group |
webspheremq.user |
"mqm" |
The application user |
webspheremq.archive_dir |
"/mnt/nfs/ansible/websphere-mq/" |
Where the installer archive is located |
webspheremq.unarchive_dir |
"/opt/temporary/{{ environment_name }}" |
Where the installer zip will be unpacked |
webspheremq_internal.install_archive_path |
"{{ webspheremq.archive_dir }}/MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz" |
Full path to the installation archive |
Dependencies
None
Example Playbook
- hosts: webservers
vars:
- environment_name: MyEnvironment
roles:
- { role: mm0.ibm-websphere-mq }
License
BSD-2
Author Information
mm0 on GitHub
Informazioni sul progetto
Ansible Role that installs IBM Websphere MQ on RHEL/Centos using locally provided installation package and License
Installa
ansible-galaxy install mm0.ibm-websphere-mq
Licenza
Unknown
Download
560
Proprietario