- name: Setup Linux system - part 2 hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - debian/firewall when: ansible_facts.os_family == 'Debian' - redhat/firewall when: ansible_facts.os_family == 'RedHat' - logcheck - root - setup-usrlocal - sshd