seboolean – Toggles SELinux booleans¶
Requirements¶
The below requirements are needed on the host that executes this module.
- libselinux-python
- libsemanage-python
Parameters¶
Examples¶
- name: Set httpd_can_network_connect flag on and keep it persistent across reboots
seboolean:
name: httpd_can_network_connect
state: yes
persistent: yes
Status¶
- This module is guaranteed to have backward compatible interface changes going forward. [stableinterface]
- This module is maintained by the Ansible Core Team. [core]
Red Hat Support¶
More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.
Authors¶
- Stephen Fromm (@sfromm)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.