HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 31 forks source link

Please unify variable guid and the usage of variables in invite config #300

Open marde16 opened 11 months ago

marde16 commented 11 months ago

The setup_invite_config tasks already use a variable for the ldap guid called ldap_guid_field( and there is a ldaps port called ldap_ssl_port )

Unfortunately these variables aren't documented in the variables overview - why I defined ldap_map_guid variable in my PR ( #293 )

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/97eb462cd579cbb2f8accb63e22c7e81e5e3bcc4/roles/third_party/ibm/tdi-install/vars/main.yml#L70-L71

In my opinion here it needs some steps for a standardization:

... and the variable ldap_ssl_port can be used in the issue " LDAP ports hardcoded #276 ", too.