58ac7a8a7a
This patch adds the bits needed to implement automated syntax/lint role testing. It also moves the role into the base repository so that the role becomes fully compatible with ansible-galaxy to improve the role's consumability. Change-Id: Ia79cd5dedbbe50dfdf46688830a989ff0897832a
17 lines
285 B
YAML
17 lines
285 B
YAML
---
|
|
galaxy_info:
|
|
author: OpenStack
|
|
description: Security hardening role for OpenStack Ansible
|
|
company: OpenStack
|
|
license: Apache
|
|
min_ansible_version: 1.8
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
categories:
|
|
- cloud
|
|
- secuity
|
|
- system
|
|
dependencies: []
|