34 lines
825 B
YAML
34 lines
825 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 }}"
|
|
|
|
sonarr_host: 10.0.2.25
|
|
sonarr_port: 8989
|
|
|
|
pocketid_host: 10.0.4.10
|
|
pocketid_port: 8001
|
|
|
|
tinyauth_host: 10.0.4.10
|
|
tinyauth_port: 3000
|
|
tinyauth_oidc_provider: "https://auth.{{ domain }}"
|
|
tinyauth_client_id: "{{ vault_tinyauth_client_id }}"
|
|
tinyauth_client_secret: "{{ vault_tinyauth_client_secret }}"
|