Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 36897f4

Browse files
committed
Merge pull request #14 from hardening-io/meta_information
Add meta-information for Ansible Galaxy
2 parents 085c0dc + e059a33 commit 36897f4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

meta/main.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
galaxy_info:
3+
author: Sebastian Gumprich
4+
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
5+
company: Hardening Framework Team
6+
license: Apache License 2.0
7+
min_ansible_version: '1.9'
8+
platforms:
9+
- name: EL
10+
versions:
11+
- 6.4
12+
- 6.5
13+
- name: Oracle Linux
14+
versions:
15+
- 6.4
16+
- 6.5
17+
- name: Ubuntu
18+
versions:
19+
- 12.04
20+
- 14.04
21+
- name: Debian
22+
versions:
23+
- 6
24+
- 7
25+
categories:
26+
- system

0 commit comments

Comments
 (0)