IBM-Security / isam-ansible-roles

Ansible Custom Modules, Handlers and Tasks for ISAM. Requires "ibmsecurity" python package.
Apache License 2.0
24 stars 43 forks source link

AAC Runtime Restart #76

Closed wdwill2wdwill2 closed 6 years ago

wdwill2wdwill2 commented 6 years ago

When I make changes on the 'master' the "Restart AAC Runtime' handler will restart the runtime. But the other runtimes in the appliance cluster runtimes do not get restarted. Is there a way to call the 'Restart AAC Runtime' handler directly from a playbook and force it to restart to accomplish this?

Thanks Bill

ram-ibm commented 6 years ago

yup - create a playbook with task like so:

  tasks:
    - debug: msg="Trigger AAC Runtime Restart"
      changed_when: True
      notify: Restart AAC Runtime
wdwill2wdwill2 commented 6 years ago

Thanks worked great, closing issue.

wdwill2wdwill2 commented 6 years ago

Closing.