--- # 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 - role: zabbix_agent