diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index da6ae19..196170e 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v0.8.1 +k3s_version: v1.17.5+k3s1 ansible_user: debian systemd_dir: /etc/systemd/system master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"