SELinux related plugins
https://git.unixadm.org/phil/ansible-collection-selinux
compile and package selinux modules
Parameter | Choices/Defaults | Description |
---|---|---|
filecontext (str) |
Path to the selinux file context (.fe) | |
module (str) required |
Path to the selinux module source file (.te) |
install selinux module
Parameter | Choices/Defaults | Description |
---|---|---|
path (str) required |
Path to the compiled selinux module file (.pp) | |
remote_src (str) |
Specify whether or not the selinux module is located on the target machine |
Returns this collection's version
---
- assert:
that: "lookup('unixadm.selinux.version') is version_compare('0.0.1', '>=')"
Key | Returned | Description |
---|---|---|
_raw (str) |
Success | version string |
GPL-2.0-only