mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
26 lines
568 B
YAML
26 lines
568 B
YAML
---
|
|
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
|
|
min_ansible_version: '2.2.1'
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- xenial
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- jessie
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
- hardening
|
|
dependencies: []
|