From ea638d4b6baa6f43fa83573c581817b58b3f0dfc Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 14:49:00 +0200 Subject: [PATCH] added root user to vars --- vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars.yml b/vars.yml index 4021296..03955ce 100644 --- a/vars.yml +++ b/vars.yml @@ -1,6 +1,9 @@ # User which will be created on the LXC containers to replace root target_user: 'mbuz' +# User which Ansible will use to connect to the LXC containers initially +ansible_user: 'root' + # List of public keys to be added to the target_user's authorized_keys file my_public_keys: - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSGj0dxaA38QSBVY3DZiPb+qmIuTFxGo0mt4sbmYDa3 mbuz@macbook-pro"