mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
296f46cc80
* centos7 is eol, remove it Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com> * change workflow to update readmes when meta/main.yml is changed Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com> * remove mention of centos 7 from readme Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com> --------- Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
38 lines
789 B
YAML
38 lines
789 B
YAML
---
|
|
galaxy_info:
|
|
author: Sebastian Gumprich
|
|
description: This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.
|
|
company: Hardening Framework Team
|
|
license: Apache License 2.0
|
|
min_ansible_version: 2.9.10
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- "8"
|
|
- "9"
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- jammy
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
- bullseye
|
|
- name: Amazon
|
|
- name: Fedora
|
|
- name: ArchLinux
|
|
- name: SmartOS
|
|
- name: FreeBSD
|
|
versions:
|
|
- "12.2"
|
|
- "13.2"
|
|
- "14.0"
|
|
- name: OpenBSD
|
|
versions:
|
|
- "7.0"
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
- hardening
|
|
dependencies: []
|