Changed vars to group vars for test

This commit is contained in:
2025-08-24 13:09:19 +02:00
parent 3db68472bb
commit ddf5986274
3 changed files with 4 additions and 5 deletions

3
group_vars/lxc.yml Normal file
View File

@@ -0,0 +1,3 @@
# Key used for Ansible to connect to LXC containers
ansible_ssh_private_key_file: '~/.ssh/ansible'
ansible_user: 'root'