feat(k3s): add hostname to ssl san

This commit is contained in:
Sebastian Mark 2024-08-14 21:49:53 +02:00
parent bfb9428f76
commit fc6a18420d

View file

@ -13,7 +13,7 @@
ansible.builtin.command: "k3s_install.sh"
environment:
INSTALL_K3S_CHANNEL: v1.30.3+k3s1
INSTALL_K3S_EXEC: "--disable traefik"
INSTALL_K3S_EXEC: "--disable=traefik --tls-san {{ inventory_hostname }}"
changed_when: false
- name: Start and enable k3s server
ansible.builtin.service: