Files
homelab/ansible/inventories/group_vars/all/main.yml
T
2026-03-30 21:53:19 +01:00

18 lines
419 B
YAML

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
docker_packages:
- docker.io
- docker-compose
# Traefik configuration
domain: "example.com" # Change to your domain
letsencrypt_email: "admin@example.com" # Change to your email