ibm_mq
Ansible IBM MQ Install
Tested on:
- CentOS 8
- Ubuntu 18.04
Example
Install the role:
ansible-galaxy install jpcasas.ibm_mq
playbook-mq.yml example
- name: setup a MQ development environment
hosts: <host>
vars:
mq_qm_name: QM1
mq_install_dev_objects: yes
mq_admin_password: password
mq_enable_webserver: yes
mq_detect_download_installer: yes # Installs last MQ Advanced Developper from repo IBM
# mq_local_installer: /vagrant/IBM_MQ_9.1.5_LINUX_X86-64.tar.gz
roles:
- jpcasas.ibm_mq
Procedure
- install ansible
- create a file playbook-mq.yml with the content above
- Configure the host example: https://docs.ansible.com/ansible/latest/network/getting_started/first_playbook.html
- Run the command
ansible-playbook playbook-mq.yml
Installation of MQ with Vagrant
About
Ansible Role Install IBM MQ. installs from - IBM Repo (version 9.1.5) - IBM Repo searching for latest version - From a File
Install
ansible-galaxy install jpcasas/ibm-mq-ansible-role
License
mit
Downloads
51
Owner