public-health-ch/ansible/roles/dev-sec.ssh-hardening/meta/main.yml

28 lines
589 B
YAML
Raw Normal View History

2017-04-24 12:22:51 +00:00
---
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
2018-12-17 12:50:15 +00:00
min_ansible_version: '2.4'
2017-04-24 12:22:51 +00:00
platforms:
- name: EL
versions:
- 6
- 7
- name: Ubuntu
versions:
- precise
- trusty
- xenial
- name: Debian
versions:
- wheezy
- jessie
2018-12-17 12:50:15 +00:00
- name: Amazon
2017-04-24 12:22:51 +00:00
galaxy_tags:
- system
- security
- hardening
dependencies: []