Hello ALL,
I’m working on a linux-system-role-selinux.
Expected functionality:
-
Set enforcing/permissive
-
restorecon portions of filesystem tree
-
Set/Get Booleans
-
Set/Get file contexts
-
Manage logins
-
Manage ports
Available modules in Ansible: -
selinux
-
seboolean
-
sefcontext
-
seport
Looking for a review of my code!
tasks/main.yml: