seboolean
Collection: posix
Full Name: parallax.posix.seboolean
Aliases: ansible.posix.seboolean, seboolean
Synopsis
Manage seboolean
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | Name of the SELinux boolean to manage | |
| state | bool | yes | Desired state of the boolean (true/false) | |
| persistent | bool | false | Whether the setting should survive a reboot |
Example
- name: Example seboolean task
seboolean:
name: <your_name>
state: true