chore: remove mon from inventory, update server descriptions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f704ede1cd
commit
7aa5574098
1 changed files with 2 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue