Skip to content

Syko80/ibm-mq-ansible-role

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible IBM MQ Install

Tested on:

  • CentOS 8
  • Ubuntu 18.04

Example

Install the role:

ansible-galaxy install jpcasas.ibm_mq_ansible_role

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_ansible_role
 

Procedure

ansible-playbook playbook-mq.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 74.2%
  • Python 25.8%