mq-ansible
mq-ansible copied to clipboard
Ansible roles for IBM MQ
Allow a user to uninstall MQ and clean-up when they are done. Need to think about the options for retaining previous QM data
TASK [set queue manager running when it is in present state] *********************************** ok: [fyre] TASK [dump test output] ************************************************************************ ok: [fyre] => { "msg": { "changed": false, "failed": false, "failed_when_result":...
This has needed doing for a long time now. Essentially the way that the return code and messages are handled in the queue manager module is a mix of simply...
When supplying a queue manager name for the the module, you can supply multiple using a list e.g. `['qmgr1', 'qmgr2']` The problem currently is that while the queue manager module...
**Describe the bug** AAP job to install MQ on two VMs fails with the below error. **To Reproduce** Steps to reproduce the behaviour (For Example): 1. Create a job template...
Required for configuring multiple queue managers with different configurations
Discussed early on with @scottcurtis2605, the following `Find required package files` task is rather confusing: https://github.com/ibm-messaging/mq-ansible/blob/7243a4a6c20768f8ebd261fc66853f1d00a13087/ansible_collections/ibm/ibmmq/roles/installmq/tasks/Linux_installmq.yml#L18-L60 I'd like to discuss this more, we're fairly sure it can be made cleaner...
Run through our playbooks for all supported platforms and raise any issues found throughout the process. Currently supported platforms/architectures: - Windows - Linux x86_64 - Linux s390x - AIX Playbooks...
Add support for a user to service their MQ installation - install updates and upgrade.