mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
32 lines
552 B
YAML
32 lines
552 B
YAML
---
|
|
galaxy_info:
|
|
author: "MindPoint Group"
|
|
description: "Apply the RHEL 9 CIS"
|
|
company: "MindPoint Group"
|
|
license: MIT
|
|
role_name: rhel9_cis
|
|
namespace: mindpointgroup
|
|
min_ansible_version: 2.10.1
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- "9"
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
- stig
|
|
- hardening
|
|
- benchmark
|
|
- compliance
|
|
- redhat
|
|
- complianceascode
|
|
- disa
|
|
- rhel9
|
|
- cis
|
|
- rocky
|
|
- alma
|
|
collections:
|
|
- community.general
|
|
- community.crypto
|
|
- ansible.posix
|
|
dependencies: []
|