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 }}" auto_configure_traefik: # arr sonarr: subdomain: "sonarr" host: "10.0.2.25" port: 8989 internal: true radarr: subdomain: "radarr" host: "10.0.2.25" port: 7878 internal: true lidarr: subdomain: "lidarr" host: "10.0.2.25" port: 8686 internal: true transmission: subdomain: "transmission" host: "10.0.2.25" port: 9091 internal: true unmanic: subdomain: "unmanic" host: "10.0.2.25" port: 8888 internal: true bazarr: subdomain: "bazarr" host: "10.0.2.25" port: 6767 internal: true seerr: subdomain: "overseerr" host: "10.0.2.25" port: 5055 internal: false prowlarr: subdomain: "prowlarr" host: "10.0.2.25" port: 9696 internal: true unpackerr: subdomain: "unpackerr" host: "10.0.2.25" port: 5656 internal: true questarr: subdomain: "questarr" host: "10.0.2.25" port: 5000 internal: true # infra komodo: subdomain: "komodo" host: "10.0.4.10" port: 9120 internal: true homeassistant: subdomain: "homeassistant" host: "10.0.2.100" port: 8123 internal: false # media plex: subdomain: "plex" host: "10.0.2.10" port: 32400 internal: false tracearr: subdomain: "tracearr" host: "10.0.2.21" port: 3000 internal: true vaultwarden: subdomain: "pwds" host: "10.0.2.27" port: 8004 internal: false changedetection: subdomain: "changedetection" host: "10.0.2.24" port: 5000 internal: true nextcloud: subdomain: "cloud" host: "10.0.2.30" port: 8001 internal: false convertx: subdomain: "convertx" host: "10.0.2.43" port: 3000 internal: true dawarich: subdomain: "places" host: "10.0.2.48" port: 3000 internal: false frigate: subdomain: "frigate" host: "10.0.2.14" port: 5000 internal: true droposs: subdomain: "games" host: "10.0.2.46" port: 3000 internal: false gitea: subdomain: "gitea" host: "10.0.2.28" port: 3000 internal: false immich: subdomain: "immich" host: "10.0.2.18" port: 2283 internal: false mastodon: subdomain: "social" host: "10.0.2.20" port: 80 internal: false forward_https: true matrix: subdomain: "chat" host: "10.0.2.20" port: 8008 internal: false mealie: subdomain: "recipes" host: "10.0.2.26" port: 9000 internal: false truenas: subdomain: "nas" host: "10.0.2.200" port: 80 internal: true paperless: subdomain: "paperless" host: "10.0.2.29" port: 8003 internal: true pbs: subdomain: "pbs" host: "10.0.2.104" port: 8007 https: true internal: true # pinchflat: # subdomain: "youtube" # host: "10.0.2.23" # port: 8081 # internal: true proxmox: subdomain: "proxmox" host: "10.0.2.2" port: 8006 https: true internal: true resume: subdomain: "resume" host: "10.0.2.53" port: 3000 internal: true auth_bypass_paths: - /lino - /assets - /api speedtest-tracker: subdomain: "fast" host: "10.0.4.30" port: 8085 internal: true stocks: subdomain: "stocks" host: "10.0.2.40" port: 3333 internal: false super-productivity: subdomain: "tasks" host: "10.0.2.45" port: 80 internal: true uptime-kuma: subdomain: "uptime" host: "10.0.2.203" port: 3001 internal: true wealthfolio: subdomain: "wealth" host: "10.0.2.40" port: 8088 internal: true trek: subdomain: "trips" host: "10.0.4.30" port: 8083 internal: true homelable: subdomain: "infra" host: "10.0.4.30" port: 8084 internal: true price-tracker: subdomain: "prices" host: "10.0.4.30" port: 3000 internal: true # Auth services configuration 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 }}" # Website configuration (root domain) website_host: 10.0.4.10 website_port: 8080 # Komodo configuration komodo_admin_password: "{{ vault_komodo_admin_password }}" komodo_db_username: "{{ vault_komodo_db_username }}" komodo_db_password: "{{ vault_komodo_db_password }}" komodo_webhook_secret: "{{ vault_komodo_webhook_secret }}" komodo_jwt_secret: "{{ vault_komodo_jwt_secret }}" komodo_onboarding_key: "{{ vault_komodo_onboarding_key }}" komodo_core_host: "10.0.4.10:9120"