validations-common/validations_common/playbooks/check-selinux-mode.yaml

14 lines
280 B
YAML

---
- hosts: all
gather_facts: false
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