2024-11-19 21:03:19 +00:00
|
|
|
---
|
2021-10-11 20:58:09 +00:00
|
|
|
galaxy_info:
|
|
|
|
author: Sven Velt
|
|
|
|
description: SSH hardening
|
|
|
|
company: velt.biz
|
|
|
|
issue_tracker_url: https://git.velt.biz/Ansible/ssh-hardening/issues
|
|
|
|
license: AGPL-3.0-or-later
|
|
|
|
min_ansible_version: 2.1
|
|
|
|
platforms:
|
2024-11-19 21:03:19 +00:00
|
|
|
- name: Alpine
|
2021-10-11 20:58:09 +00:00
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- stretch
|
|
|
|
- buster
|
|
|
|
- bullseye
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- trusty
|
|
|
|
- xenial
|
|
|
|
- bionic
|
|
|
|
- focal
|
|
|
|
- groovy
|
|
|
|
- hirsute
|
|
|
|
- impish
|
|
|
|
- name: Fedora
|
|
|
|
versions:
|
|
|
|
- 33
|
|
|
|
- 34
|
|
|
|
- 35
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 6
|
|
|
|
- 7
|
|
|
|
- 8
|
|
|
|
|
|
|
|
galaxy_tags:
|
|
|
|
- ssh
|
|
|
|
- security
|
|
|
|
|
|
|
|
dependencies: []
|
|
|
|
|