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

29 lines
602 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 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.5'
2017-04-24 12:22:51 +00:00
platforms:
- name: EL
versions:
- 6
- 7
- name: Ubuntu
versions:
- precise
- trusty
- xenial
2018-12-17 12:50:15 +00:00
- bionic
2017-04-24 12:22:51 +00:00
- 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: []