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

default password missing in cnx vars #313

Open marde16 opened 11 months ago

marde16 commented 11 months ago

In the variables overview there is a default password definition for the variable db_password.

This default password is set in the following playbooks.

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/84b57ec298438efde896682b41c1d89d48b90ba8/roles/third_party/ibm/tdi-install/vars/main.yml#L77

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/84b57ec298438efde896682b41c1d89d48b90ba8/roles/third_party/ibm/db2-install/vars/main.yml#L54

but in the var file for Connections I miss such default definition:

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/84b57ec298438efde896682b41c1d89d48b90ba8/roles/hcl/connections/vars/main.yml#L86