mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-13 09:32:15 +00:00
20 lines
303 B
YAML
20 lines
303 B
YAML
---
|
|
allow_duplicates: false
|
|
|
|
galaxy_info:
|
|
role_name: cis
|
|
author: Andrew Williams
|
|
description: Configures a RHEL systems to CIS specs
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
- name: RedHat
|
|
versions:
|
|
- 8
|
|
|
|
collections:
|
|
- ansible.posix
|
|
- community.general
|