ibm_mq

Ansible IBM MQ Install

Build Status Galaxy

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

ansible-playbook playbook-mq.yml

Installation of MQ with Vagrant

https://github.com/jpcasas/ibm-mq-ansible-example

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
GitHub repository
License
mit
Downloads
51
Owner