Skip to content

Commit

Permalink
Merge pull request #10 from hardening-io/update_platforms
Browse files Browse the repository at this point in the history
update platforms in meta-file
  • Loading branch information
chris-rock committed Feb 28, 2016
2 parents d6bdc34 + a09b1ea commit 77c8ab6
Showing 1 changed file with 11 additions and 10 deletions.
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: []

0 comments on commit 77c8ab6

Please sign in to comment.