IBM-Security / isam-ansible-roles

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

Maintain session between calls #16

Open ram-ibm opened 7 years ago

ram-ibm commented 7 years ago

Current Ansible invocations of the python code re-create the connections and collection of meta-data. This can be avoided once Ansible provides a feature to maintain state as proposed here:

https://github.com/ansible/proposals/issues/24