From 22593070e421dde159ab0d44ea26acddda1c7e8f 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 --- Ansible/group_vars/lxc.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Ansible/group_vars/lxc.yml diff --git a/Ansible/group_vars/lxc.yml b/Ansible/group_vars/lxc.yml deleted file mode 100644 index 2824781..0000000 --- a/Ansible/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