mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-23 14:59:24 +00:00
23 lines
349 B
YAML
23 lines
349 B
YAML
---
|
|
allow_duplicates: false
|
|
|
|
galaxy_info:
|
|
role_name: cis
|
|
author: nikdoof
|
|
description: Configures a RHEL systems to CIS specs
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
- name: RedHat
|
|
versions:
|
|
- 8
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
|
|
collections:
|
|
- ansible.posix
|
|
- community.general
|