mq-ansible
mq-ansible copied to clipboard
Ansible roles for IBM MQ
`passlib` was an annoying thing for me to install. It should just be pip install but when I ran this, I realised Ansible, VS Code, and the command `python` were...
Hi, is 'queue_manager' ansible module support creation/deletion of Multi-instance queue manager ? - Need to use NFS filesystems for data and logs. Is is possible to start/stop Multi-instance queue manager...
Over time, the module should fleshed out to allow greater configuration detail to be expressed in YAML. This should eventually be integrated with the Async API project.
In the Installmq role, we should show a download progress bar, akin to the issue raised here against Ansible: https://github.com/ansible/ansible/issues/41977
Test does work however it will throw an error if you are using root as the user. Relatively simple fix to have a become to change the user to the...
9.4 zip file name now follows the new naming convention (previously only for CD releases). Therefore, naming conventions are not longer defined by type of release (LTS or CD). Instead,...
With the release of MQ 9.4, it would be beneficial from a test coverage perspective to have our sample and test playbooks ran on the latest release of the product....
**Is your feature request related to a problem? Please describe.** Currently, the YAML input to the queue_manager module provides only the capability to create and manage QMGRs directly, and input...
**Is your feature request related to a problem? Please describe.** A simple issue: The test yamls are listed under tests/playbooks as below, however the actual order in which they are...
**Is your feature request related to a problem? Please describe.** Currently, queue_manager.py runs statelessly, involves various, occasionally complicated checks to identify the system state of the target machine (existing QMGRs,...