From 66b5367c25c32c9101da18c86d535cb1f2bc41e4 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 15:06:58 +0200 Subject: [PATCH] Removed group_vars and now global variables are defined in the inventory file --- group_vars/lxc.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 group_vars/lxc.yml diff --git a/group_vars/lxc.yml b/group_vars/lxc.yml deleted file mode 100644 index 2824781..0000000 --- a/group_vars/lxc.yml +++ /dev/null @@ -1,3 +0,0 @@ -# Key used for Ansible to connect to LXC containers -ansible_ssh_private_key_file: '~/.ssh/ansible' -ansible_user: 'root' \ No newline at end of file