ansible-role-k3s
ansible-role-k3s copied to clipboard
Support for additional hostnames via --tls-san?
It looks like in the past, --tls-san values could be provided by k3s_tls_san, but this was removed at some point. Is there some other setting to configure addition subject names for the generated TLS cert?
Hi @lokkju
You can use the example I have here: https://github.com/dbrennand/home-ops/blob/main/ansible/vars/k3s-deploy.yml
If this resolves your query kindly mark this issue as resolved. Thanks! ☺️