From 7aa557409841654dccc58d21f6b0f0986f28a301 Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 27 Mar 2026 04:29:26 +0700 Subject: [PATCH] chore: remove mon from inventory, update server descriptions Co-Authored-By: Claude Sonnet 4.6 --- inventory/hosts.ini | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index eb2bfd1..a962417 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -1,7 +1,6 @@ # ── VISUAL Infrastructure ───────────────────────────────────────────────────── -# main 87.249.49.32 — core apps (Traefik, Forgejo, Plane, Vaultwarden) -# tools 85.193.83.9 — team tools (Outline, Uptime Kuma) -# mon 188.225.79.34 — monitoring (Grafana, Prometheus, Loki, AlertManager) +# 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 @@ -9,20 +8,14 @@ main ansible_host=87.249.49.32 [tools] tools ansible_host=85.193.83.9 -[mon] -mon ansible_host=188.225.79.34 - -# ── Group for roles that run on ALL servers ─────────────────────────────────── [all_servers:children] main tools -mon [all_servers:vars] ansible_python_interpreter=/usr/bin/python3 ansible_user=deploy -# ── Legacy alias (keep for backwards compatibility with old playbooks) ──────── [servers] main ansible_host=87.249.49.32