13a2e169aa
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
17 lines
288 B
YAML
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: []
|