--- # 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 vars_files: - ../vault.yml roles: - role: common - role: disk_setup - role: docker - role: nginx