HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cert copy from wrong host

stoeps13 opened this issue · comments

The component pack install playbook runs against component_pack_master.

but the metrics enable role copies from k8s_master[0],

So, when you install from a different machine than the k8s_master, then the copy fails. Replacing with component_pack_master instead of k8s_master makes the role more portable.

Thank you @stoeps13. #282 merged.