- name: Setup Debain system - part 2 hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - setup-usrlocal - role: remove-systemd when: ansible_facts.os_family == 'Debian' - root - firewall - logcheck - sshd