--- - name: Configure SELinux state and reboot if required hosts: seed:seed-hypervisor:overcloud:infra-vms tags: - selinux roles: - role: selinux selinux_reboot_timeout: "{{ 600 if ansible_facts.virtualization_role == 'host' else 300 }}" when: ansible_facts.os_family == 'RedHat'