2026-08-03 12:26:42 +08:00
|
|
|
---
|
|
|
|
|
# Sanitized control-plane inventory. Canonical human-readable facts remain
|
|
|
|
|
# in ../../inventory/hosts.md and ../../hosts/*.md. No passwords, keys, tokens,
|
|
|
|
|
# repository URLs, or private material belong here.
|
|
|
|
|
all:
|
|
|
|
|
vars:
|
|
|
|
|
ansible_user: windy
|
|
|
|
|
ansible_ssh_common_args: >-
|
|
|
|
|
-o BatchMode=yes -o ConnectTimeout=10 -o AddressFamily=inet
|
|
|
|
|
ansible_become: true
|
|
|
|
|
ansible_become_method: sudo
|
|
|
|
|
children:
|
|
|
|
|
managed:
|
|
|
|
|
hosts:
|
|
|
|
|
mx2:
|
|
|
|
|
ansible_host: mx2.windy.me
|
|
|
|
|
ansible_host_ipv4: 194.163.160.244
|
|
|
|
|
service_role: mailcow
|
|
|
|
|
compose_project_dir: /opt/mail
|
|
|
|
|
healthcheck_profile: mailcow
|
2026-08-03 16:01:35 +08:00
|
|
|
service_reconcile_services:
|
|
|
|
|
all:
|
|
|
|
|
compose_args: [--force-recreate]
|
2026-08-03 12:26:42 +08:00
|
|
|
us2:
|
|
|
|
|
ansible_host: us2.wsvc.info
|
|
|
|
|
ansible_host_ipv4: 193.9.44.165
|
|
|
|
|
service_role: vaultwarden
|
|
|
|
|
compose_project_dir: /opt/vaultwarden
|
|
|
|
|
healthcheck_profile: vaultwarden
|
2026-08-03 16:01:35 +08:00
|
|
|
service_reconcile_services:
|
|
|
|
|
vaultwarden:
|
|
|
|
|
compose_args: [--force-recreate]
|
|
|
|
|
service_reconcile_traefik_restart_targets: [vaultwarden]
|
2026-08-03 12:26:42 +08:00
|
|
|
hk2:
|
|
|
|
|
ansible_host: hk2.chans.xyz
|
|
|
|
|
ansible_host_ipv4: 154.36.174.161
|
|
|
|
|
service_role: powerdns
|
|
|
|
|
compose_project_dir: /opt/pdns
|
|
|
|
|
healthcheck_profile: pdns
|
2026-08-03 16:01:35 +08:00
|
|
|
service_reconcile_services:
|
|
|
|
|
auth:
|
|
|
|
|
compose_args: [--force-recreate]
|
|
|
|
|
poweradmin:
|
|
|
|
|
compose_args: [--no-deps, --force-recreate]
|
|
|
|
|
backup:
|
|
|
|
|
compose_args: [--no-deps, --force-recreate]
|
|
|
|
|
service_reconcile_traefik_restart_targets: [poweradmin]
|
2026-08-06 10:20:43 +08:00
|
|
|
us4:
|
|
|
|
|
ansible_host: us4.wsvc.info
|
|
|
|
|
ansible_host_ipv4: 185.201.226.122
|
|
|
|
|
service_role: wireguard
|
|
|
|
|
compose_project_dir: /opt/wireguard
|
|
|
|
|
healthcheck_profile: wireguard
|
|
|
|
|
wireguard_image: >-
|
|
|
|
|
lscr.io/linuxserver/wireguard@sha256:ac43e1226878d2611315172d6ea357a95cb326ee73124b91108118efc8666889
|
|
|
|
|
service_reconcile_services:
|
|
|
|
|
wireguard:
|
|
|
|
|
compose_args: [--no-deps, --force-recreate]
|
2026-08-06 15:48:48 +08:00
|
|
|
dns_windy_lan:
|
|
|
|
|
ansible_host: 192.168.66.36
|
|
|
|
|
ansible_host_ipv4: 192.168.66.36
|
|
|
|
|
service_role: adguardhome
|
|
|
|
|
compose_project_dir: /opt/adguardhome
|
|
|
|
|
healthcheck_profile: adguardhome
|
|
|
|
|
service_reconcile_services:
|
|
|
|
|
adguardhome:
|
|
|
|
|
compose_args: [--no-deps, --force-recreate]
|
2026-08-03 12:26:42 +08:00
|
|
|
mailcow:
|
|
|
|
|
hosts:
|
|
|
|
|
mx2:
|
|
|
|
|
vaultwarden:
|
|
|
|
|
hosts:
|
|
|
|
|
us2:
|
|
|
|
|
powerdns:
|
|
|
|
|
hosts:
|
|
|
|
|
hk2:
|
2026-08-06 10:20:43 +08:00
|
|
|
wireguard:
|
|
|
|
|
hosts:
|
|
|
|
|
us4:
|
2026-08-06 15:48:48 +08:00
|
|
|
adguardhome:
|
|
|
|
|
hosts:
|
|
|
|
|
dns_windy_lan:
|
2026-08-03 12:26:42 +08:00
|
|
|
docker_hosts:
|
|
|
|
|
children:
|
|
|
|
|
mailcow:
|
|
|
|
|
vaultwarden:
|
|
|
|
|
powerdns:
|
2026-08-06 10:20:43 +08:00
|
|
|
wireguard:
|
2026-08-06 15:48:48 +08:00
|
|
|
adguardhome:
|
2026-08-03 12:26:42 +08:00
|
|
|
# Matrix is a dedicated K3s node and intentionally remains outside the
|
|
|
|
|
# Docker-oriented managed group.
|
|
|
|
|
k3s_servers:
|
|
|
|
|
hosts:
|
|
|
|
|
matrix_vps:
|
|
|
|
|
ansible_host: 169.58.86.13
|
|
|
|
|
ansible_host_ipv4: 169.58.86.13
|
|
|
|
|
service_role: matrix_k3s
|
|
|
|
|
matrix_server_name: chans.xyz
|
|
|
|
|
matrix_synapse_host: synapse.chans.xyz
|
|
|
|
|
matrix_element_host: chat.chans.xyz
|
|
|
|
|
matrix_mas_host: account.chans.xyz
|
|
|
|
|
matrix_admin_host: admin.chans.xyz
|
|
|
|
|
matrix_rtc_host: mrtc.chans.xyz
|
|
|
|
|
matrix_backup_path: /var/backups/matrix
|
|
|
|
|
matrix_bootstrap_dir: /etc/matrix-bootstrap
|
|
|
|
|
matrix_stack_enabled: false
|
|
|
|
|
# ESS OCI chart configuration
|
|
|
|
|
matrix_stack_chart_ref: oci://ghcr.io/element-hq/ess-helm/matrix-stack
|
|
|
|
|
matrix_stack_chart_version: 26.7.2
|
|
|
|
|
matrix_stack_release_name: ess
|
|
|
|
|
matrix_namespace: ess
|
|
|
|
|
matrix:
|
|
|
|
|
children:
|
|
|
|
|
k3s_servers:
|
|
|
|
|
matrix_production:
|
|
|
|
|
children:
|
|
|
|
|
matrix:
|