Closed damozhiying closed 5 months ago
harbor_ssl_cert_key is missing
I have a similar issue with harbor_ssl_cert
not being defined. Setting it with harbor_ssl_cert_key
in my playbook fixed the issue but this should probably be defined by default:
harbor_ssl_cert: /etc/ssl/certs/cert.pem
harbor_ssl_cert_key: /etc/ssl/certs/cert.key
How install harbor without ssl ?
The SSL certs has been added to the readme example - which I assume people are using and getting this error.