mq-ansible icon indicating copy to clipboard operation
mq-ansible copied to clipboard

Ansible roles for IBM MQ

Results 32 mq-ansible issues
Sort by recently updated
recently updated
newest added

Allow a user to uninstall MQ and clean-up when they are done. Need to think about the options for retaining previous QM data

enhancement
Wave 4

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":...

bug

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...

refactor
backlog

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...

bug

**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...

bug

Required for configuring multiple queue managers with different configurations

enhancement
wave 2

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...

enhancement
wave 2

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...

testing
wave 1

Add support for a user to service their MQ installation - install updates and upgrade.

enhancement
wave 1