ansible-hardening/meta/main.yml
Markos Chandras f422da8599 Add support for the openSUSE Leap distributions
Add support for the openSUSE Leap distributions. The security rules
are similar to the RedHat and Ubuntu ones. We also replace
ansible_os_family with ansible_pkg_mgr since the former does not
return consistent results across different SUSE distributions especially
on older Ansible versions.

Change-Id: I20ffe17039bb641aad70d8123f0b7e7417a42cba
2017-06-27 15:43:53 +01:00

26 lines
400 B
YAML

---
galaxy_info:
author: OpenStack
description: Security hardening role for OpenStack-Ansible
company: OpenStack
license: Apache
min_ansible_version: 2.3
platforms:
- name: EL
versions:
- 7
- name: Ubuntu
versions:
- trusty
- xenial
- name: opensuse
versions:
- 42.1
- 42.2
- 42.3
categories:
- cloud
- security
- system
dependencies: []