ansible.seboolean(3) - Linux man page
Name
seboolean - Toggles SELinux booleans.
Description
Toggles SELinux booleans.
Options
- name
Name of the boolean to configure(required)
- persistent
- Set to yes if the boolean setting should survive a reboot Choices: yes,no.
- state
Desired boolean value Choices: true,false.(required)."
Notes
Not tested on any debian based system
Examples
Set httpd_can_network_connect SELinux flag to true and persistent
seboolean: name=httpd_can_network_connect state=true persistent=yes
Author
Stephen Fromm
See Also
ansible(1), http://ansible.github.com/modules.html#seboolean