INSIGHT-MVP/repos/INSIGHT-Infra/ansible/playbooks/dbs01.yml
Thomas Reitz 39e5367916 chore(infra): Zabbix vorerst deaktiviert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 15:30:43 +01:00

13 lines
324 B
YAML

---
# Playbook nur für DBS01 — schnelles Update ohne alle Server
# Ausführung: ansible-playbook -i inventory/hosts.yml playbooks/dbs01.yml
- name: "INSIGHT-DBS01 Setup"
hosts: insight_dbs
become: true
roles:
- role: common
- role: disk_setup
- role: postgresql
- role: pgbouncer
- role: redis