Initial commit: VM Creation done

This commit is contained in:
Lino Silva
2026-03-30 10:54:16 +01:00
commit 97e7d65f42
27 changed files with 474 additions and 0 deletions
@@ -0,0 +1,18 @@
proxmox_api_host: "10.0.2.2"
proxmox_api_user: "root@pam"
proxmox_api_token_id: "ansible"
proxmox_api_token_secret: "{{ vault_proxmox_api_token_secret }}"
proxmox_node: "pve"
template_name: "debian-13-cloudinit"
ansible_user: root
ansible_python_interpreter: /opt/homebrew/bin/python3
docker_packages:
- docker.io
- docker-compose-plugin
# Traefik configuration
domain: "example.com" # Change to your domain
letsencrypt_email: "admin@example.com" # Change to your email