openstack-ansible-security/meta/main.yml
Eric Brown 13a2e169aa Bump minimum required version of Ansible
Prior to Ansible 1.8.3, the sysctl module had a bug where improperly
tries to use lower() on an int value.

http://paste.openstack.org/show/483785/

Change-Id: I8866fce3c20dbf91f6c79dcda2e34ecf6ae5084c
2016-01-13 12:41:02 -08:00

17 lines
288 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: Ubuntu
versions:
- trusty
categories:
- cloud
- security
- system
dependencies: []