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

update platforms in meta-file #10

Merged
merged 1 commit into from
Feb 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
---
galaxy_info:
author: "Sebastian Gumprich"
description: ' This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
description: 'This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
company: Hardening Framework Team
license: Apache License 2.0
min_ansible_version: '1.9'
platforms:
- name: EL
versions:
- 6.4
- 6.5
- 6
- name: Oracle Linux
versions:
- 6.4
- 6.5
- 6
- name: Ubuntu
versions:
- 12.04
- 14.04
- precise
- trusty
- name: Debian
versions:
- 6
- 7
categories:
- squeeze
- wheezy
galaxy_tags:
- system
- security
- hardening
- database
- mysql
dependencies: []