From 24225c69c9f4b8fe75ab178774abc9d8a98c7330 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 2 Apr 2022 12:22:25 -0500 Subject: [PATCH] fix(vars): added comment about ssh user --- inventory/sample/group_vars/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 180cd463..2e66e912 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,6 @@ --- k3s_version: v1.23.4+k3s1 +# this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system