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

update_management_root additions #111

Closed sygilber closed 5 years ago

sygilber commented 5 years ago

The role 'update_management_root' currently supports updating the Web Reverse Proxy management root content by specifying a list of individual elements.

But it can also be practical to apply updates to the Web Reverse Proxy management root using a ZIP bundle ('Import ZIP') that contains all elements there is to update.

Finally, it is sometime desirable for some customers that do not support all "locales" provided with ISAM Appliance to uninstall them to remove the burden of maintaining a particular customer branding in all available locales' ressources found in the Appliance.

A Pull Request that will be submited in the next couple days will add such functionaly to the existing ' update_management_root' role in a way that is backward compatible.

Comments welcomed but it will be clearer once the code is shared.

Cheers

sygilber commented 5 years ago

Resolved with https://github.com/IBM-Security/isam-ansible-roles/pull/112

Thanks