- name: Setup Debain system - part 2 hosts: "{{ hosts | default('all') }}" gather_facts: false roles: - init-system2 - remove-systemd - root - firewall - logcheck - sshd