d2ab68b7f2
This patch corrects the list of suppored OS versions and puts them in alphabetical order. It also updates the list of platforms in meta/main.yml. Change-Id: I6ba6713997c08a21c39e533047849878e710c485
32 lines
500 B
YAML
32 lines
500 B
YAML
---
|
|
galaxy_info:
|
|
author: OpenStack
|
|
description: Security hardening role for OpenStack-Ansible
|
|
company: OpenStack
|
|
license: Apache
|
|
min_ansible_version: 2.3
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- name: Fedora
|
|
versions:
|
|
- 25
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
- name: opensuse
|
|
versions:
|
|
- 42.1
|
|
- 42.2
|
|
- 42.3
|
|
categories:
|
|
- cloud
|
|
- security
|
|
- system
|
|
dependencies: []
|