ansible-hardening/meta/main.yml
Major Hayden 22c4c21583 Add CentOS 7 and Ubuntu 16.04 support
This patch adds initial support for CentOS 7 and Ubuntu 16.04
to the security role. Documentation and tests still need updates
in subsequent patches.

Release notes are included.

Change-Id: Iae936bb307a5938651c55e703d68d39a7716d178
2016-05-13 14:57:28 -05:00

21 lines
336 B
YAML

---
galaxy_info:
author: OpenStack
description: Security hardening role for OpenStack-Ansible
company: OpenStack
license: Apache
min_ansible_version: 1.8.3
platforms:
- name: EL
versions:
- 7
- name: Ubuntu
versions:
- trusty
- xenial
categories:
- cloud
- security
- system
dependencies: []