infra/inventory/hosts.ini
jack 7aa5574098 chore: remove mon from inventory, update server descriptions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 04:29:26 +07:00

23 lines
703 B
INI

# ── VISUAL Infrastructure ─────────────────────────────────────────────────────
# main 87.249.49.32 — все сервисы (Traefik, Forgejo, Plane, Vaultwarden, Outline, n8n, CI/CD)
# tools 85.193.83.9 — мониторинг (Grafana, Prometheus, Loki, AlertManager, Uptime Kuma)
[main]
main ansible_host=87.249.49.32
[tools]
tools ansible_host=85.193.83.9
[all_servers:children]
main
tools
[all_servers:vars]
ansible_python_interpreter=/usr/bin/python3
ansible_user=deploy
[servers]
main ansible_host=87.249.49.32
[servers:vars]
ansible_python_interpreter=/usr/bin/python3