22c4c21583
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
21 lines
336 B
YAML
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: []
|