seboolean

Collection: posix

Full Name: parallax.posix.seboolean

Aliases: ansible.posix.seboolean, seboolean

Synopsis

Manage seboolean

Parameters

NameTypeRequiredDefaultDescription
namestringyesName of the SELinux boolean to manage
stateboolyesDesired state of the boolean (true/false)
persistentboolfalseWhether the setting should survive a reboot

Example

- name: Example seboolean task
  seboolean:
    name: <your_name>
    state: true