From 44323ef46babcfb1a71315623b2bc4bfe9caf9bd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Feb 2022 20:21:14 +0100 Subject: [PATCH] Fix user --- .../create-resources/ansible/inventory/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/create-resources/ansible/inventory/group_vars/all.yml b/infrastructure/create-resources/ansible/inventory/group_vars/all.yml index f3e1b78..4132986 100644 --- a/infrastructure/create-resources/ansible/inventory/group_vars/all.yml +++ b/infrastructure/create-resources/ansible/inventory/group_vars/all.yml @@ -1,6 +1,6 @@ --- k3s_version: v1.22.3+k3s1 -ansible_user: debian +ansible_user: root systemd_dir: /etc/systemd/system master_ip: "{{ hostvars[groups['serverctl_master_hosts'][0]]['ansible_host'] | default(groups['serverctl_master_hosts'][0]) }}" extra_server_args: ""