--- - hosts: all roles: - role: epel when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora" - role: monitored when: monitored_dont|default(False) != True