56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
14 lines
279 B
YAML
14 lines
279 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
vars:
|
|
metadata:
|
|
name: SELinux Enforcing Mode Check
|
|
description: >
|
|
Check if the server is running SELinux in Enforcing mode.
|
|
groups:
|
|
- prep
|
|
- pre-introspection
|
|
roles:
|
|
- check_selinux_mode
|