mm0.ibm-integration-bus
mm0.ibm-integration-bus
This is an Ansible role that installs IBM Websphere MQ on RHEL/Centos using a locally provided installation package and license.
Requirements
- You need sudo access.
- The installation package and license must be available locally on the target host.
Role Variables
General variables
Name | Default Value | Description |
---|---|---|
environment_name |
Dev1 |
This is self-explanatory. |
iib.unarchive_dir |
"/IBM/{{ environment_name }}" |
This is the destination. |
iib.install_sub_dir |
"iib-10.0.0.7" |
The root directory inside the archive. |
iib.archive_dir |
"/mnt/nfs/ansible/ibm-iib/" |
Where the install archive is located. |
iib_install_archive_path |
"{{ archive_dir }}/10.0.0.7-IIB-LINUX64-DEVELOPER.tar.gz" |
The path to the install archive. |
iib.user |
"iibapp" |
The application user. |
iib.group |
"iibapp" |
The application group. |
Dependencies
There are no dependencies.
Example Playbook
- hosts: webservers
roles:
- { role: mm0.ibm-integration-bus }
License
This project is licensed under the BSD license.
Author Information
You can find him on GitHub.
Informazioni sul progetto
Ansible Role that installs IBM Integration Bus on RHEL/Centos using locally provided installation package and License
Installa
ansible-galaxy install mm0.ibm-integration-bus
Licenza
Unknown
Download
80
Proprietario