You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a queue manager you might need to create the queue manager, and then modify its qm.ini or other files before starting it. The state 'present' creates and starts the queue manager which means you have to add a task immediately afterwards to stop the queue manager, copy files etc. and then add another 'present' task to start the queue manager before running MQSC etc.
Add a new states to the queue manager module called 'create' and 'start'. the 'create' state will only create and not start a queue manager, it should also allow parameters to be passed to the crtmqm command. The 'start' state will only start a queue manager if it exists - unlike 'present' which will create and start a queue manager, this will facilitate a non-breaking change for existing playbooks.
Alternatives, use the 'present', 'stopped' and then 'present' tasks in sequence.
The text was updated successfully, but these errors were encountered:
When setting up a queue manager you might need to create the queue manager, and then modify its qm.ini or other files before starting it. The state 'present' creates and starts the queue manager which means you have to add a task immediately afterwards to stop the queue manager, copy files etc. and then add another 'present' task to start the queue manager before running MQSC etc.
Add a new states to the queue manager module called 'create' and 'start'. the 'create' state will only create and not start a queue manager, it should also allow parameters to be passed to the crtmqm command. The 'start' state will only start a queue manager if it exists - unlike 'present' which will create and start a queue manager, this will facilitate a non-breaking change for existing playbooks.
Alternatives, use the 'present', 'stopped' and then 'present' tasks in sequence.
The text was updated successfully, but these errors were encountered: