HCL-TECH-SOFTWARE / connections-automation

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

Store registry ca with the hostname of the registry server #210

Closed stoeps13 closed 2 years ago

stoeps13 commented 2 years ago

In a multinode Kubernetes cluster, the registry server is the first server in group docker_registry. The ca.cert for accessing the registry is created in a folder with {{ inventory_hostname }, but this needs to be the registry_server or it generates an error:

x509: certficate signed by unknown authority
stoeps13 commented 2 years ago

Please wait a moment, need to doublecheck this.