cloudera.exe.prereq_selinux role – Manage SELinux policy enforcement for deployments

Note

This role is part of the cloudera.exe collection (version 3.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install cloudera.exe..

To use it in a playbook, specify: cloudera.exe.prereq_selinux.

Entry point main – Manage SELinux policy enforcement for deployments

New in cloudera.exe 3.0.0

Synopsis

  • Manage the enforcement of the SELinux.

  • Installs packages for SELinux management, if needed, but does not install SELinux.

Parameters

Parameter

Comments

selinux_policy

string

The policy to adopt for SELinux.

Default (RedHat) - targeted.

Default (Ubuntu) - default.

selinux_state

string

The mode for SELinux.

Choices:

  • "disabled"

  • "enforcing"

  • "permissive" ← (default)

Authors

  • Webster Mudge