--- # Playbook nur für WEB01 # Ausführung: ansible-playbook -i inventory/hosts.yml playbooks/web01.yml - name: "INSIGHT-WEB01 Setup" hosts: insight_web become: true roles: - role: common - role: disk_setup - role: docker - role: nginx - role: zabbix_agent