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
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: mx2.windy.me
|
2026-08-03 12:26:42 +08:00
|
|
|
service_role: mailcow
|
|
|
|
|
compose_project_dir: /opt/mail
|
2026-08-12 17:35:23 +08:00
|
|
|
healthcheck_profiles: [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
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: us2.wsvc.info
|
2026-08-03 12:26:42 +08:00
|
|
|
service_role: vaultwarden
|
|
|
|
|
compose_project_dir: /opt/vaultwarden
|
2026-08-17 17:36:39 +08:00
|
|
|
compose_repo_project: vaultwarden
|
|
|
|
|
compose_remote_file: docker-compose.yml
|
2026-08-12 17:35:23 +08:00
|
|
|
healthcheck_profiles: [vaultwarden]
|
|
|
|
|
restic_backup_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
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: hk2.chans.xyz
|
2026-08-03 12:26:42 +08:00
|
|
|
service_role: powerdns
|
|
|
|
|
compose_project_dir: /opt/pdns
|
2026-08-17 17:36:39 +08:00
|
|
|
compose_repo_project: pdns
|
|
|
|
|
compose_remote_file: compose.yml
|
2026-08-12 17:35:23 +08:00
|
|
|
healthcheck_profiles: [pdns, rustdesk, hk2aux]
|
|
|
|
|
restic_backup_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-12 17:35:23 +08:00
|
|
|
# RustDesk server (same host, separate compose project)
|
|
|
|
|
rustdesk_compose_dir: /opt/rustdesk
|
|
|
|
|
rustdesk_relay: hk2.chans.xyz:21117
|
|
|
|
|
rustdesk_image: rustdesk/rustdesk-server:1.1.14
|
2026-08-06 10:20:43 +08:00
|
|
|
us4:
|
|
|
|
|
ansible_host: us4.wsvc.info
|
|
|
|
|
ansible_host_ipv4: 185.201.226.122
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: us4.wsvc.info
|
2026-08-06 10:20:43 +08:00
|
|
|
service_role: wireguard
|
|
|
|
|
compose_project_dir: /opt/wireguard
|
2026-08-12 17:35:23 +08:00
|
|
|
healthcheck_profiles: [wireguard]
|
2026-08-06 10:20:43 +08:00
|
|
|
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
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: dns.windy.lan
|
2026-08-06 15:48:48 +08:00
|
|
|
service_role: adguardhome
|
|
|
|
|
compose_project_dir: /opt/adguardhome
|
2026-08-12 17:35:23 +08:00
|
|
|
healthcheck_profiles: [adguardhome]
|
2026-08-06 15:48:48 +08:00
|
|
|
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-12 17:35:23 +08:00
|
|
|
rustdesk:
|
|
|
|
|
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-08 09:15:49 +08:00
|
|
|
unifi:
|
|
|
|
|
hosts:
|
|
|
|
|
ubnt:
|
|
|
|
|
ansible_host: 192.168.66.46
|
|
|
|
|
ansible_host_ipv4: 192.168.66.46
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: ubnt
|
2026-08-08 09:15:49 +08:00
|
|
|
vars:
|
|
|
|
|
service_role: unifi
|
|
|
|
|
compose_project_dir: /home/windy/unifi-9
|
|
|
|
|
unifi_container: unifi-controller
|
|
|
|
|
unifi_mongo_port: 27117
|
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-08 09:15:49 +08:00
|
|
|
unifi:
|
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
|
2026-08-17 17:36:39 +08:00
|
|
|
display_name: synapse.chans.xyz
|
2026-08-03 12:26:42 +08:00
|
|
|
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:
|