Very simple role to disable selinux and reboot the machine.
By default the machine is not rebooted unless you define selinux_reboot: true
selinux_reboot: false
selinux_reboot_timeout: 600
- hosts: servers
roles:
- { role: pescobar.selinux_disable }
BSD
Pablo Escobar