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

new role for DSC configuration (Docker) #128

Closed nka11 closed 4 years ago

nka11 commented 5 years ago

related to https://github.com/IBM-Security/ibmsecurity/pull/149

ram-ibm commented 5 years ago

Wondering why ssl_compliance is getting left out please? It is needed especially for environments that use FIPS mode.

nka11 commented 4 years ago

@ram-ibm on my docker isam 9.0.7 I can't see any ssl_compliance param GET /isam/dsc/config =>{"servers":[],"worker_threads":64,"replication_port":444,"client_grace":600,"max_session_lifetime":3600,"service_port":443}

ram-ibm commented 4 years ago

ssl_compliance can be left as None if it is not applicable to you. But removing it from the role would break it for others. There is also a change to the handlers to be invoked which is not required. I'll see if I can fix those and merge the rest.