INSIGHT-MVP/repos/INSIGHT-Infra/ansible/playbooks/aps01.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

11 lines
242 B
YAML

---
# Playbook nur für APS01
# Ausführung: ansible-playbook -i inventory/hosts.yml playbooks/aps01.yml
- name: "INSIGHT-APS01 Setup"
hosts: insight_aps
become: true
roles:
- role: common
- role: disk_setup
- role: docker