22 lines
525 B
YAML
22 lines
525 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: "lino.cooking"
|
|
letsencrypt_email: "letsencrypt@lino.cooking"
|
|
cloudflare_api_token: "{{ vault_cloudflare_api_token }}"
|
|
|
|
# Pocket ID configuration
|
|
pocketid_encryption_key: "{{ vault_pocketid_encryption_key }}"
|