Initial commit

This commit is contained in:
2026-06-08 21:32:55 +02:00
commit 498018d3d7
11 changed files with 330 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Global VM settings
ansible_python_interpreter: /usr/bin/python3
vm_user: "kvmuser"
vm_password: "Password123!" # In a real scenario, use ansible-vault to encrypt this
vm_ssh_public_key: "~/.ssh/id_vms.pub" # Path to your public key for SSH access
# Default VM resources
default_cpu: 2
default_ram: 2048
default_disk: "20G"
# Storage path for images
vm_images_dir: "/var/lib/libvirt/images"