-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from hardening-io/update_platforms
update platforms in meta-file
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] |