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