Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.19 KB

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