feat(k3s): add hostname to ssl san
This commit is contained in:
parent
bfb9428f76
commit
fc6a18420d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
ansible.builtin.command: "k3s_install.sh"
|
ansible.builtin.command: "k3s_install.sh"
|
||||||
environment:
|
environment:
|
||||||
INSTALL_K3S_CHANNEL: v1.30.3+k3s1
|
INSTALL_K3S_CHANNEL: v1.30.3+k3s1
|
||||||
INSTALL_K3S_EXEC: "--disable traefik"
|
INSTALL_K3S_EXEC: "--disable=traefik --tls-san {{ inventory_hostname }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
- name: Start and enable k3s server
|
- name: Start and enable k3s server
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Reference in a new issue