ansible-hardening/meta/main.yml
Jonathan Rosser 480dd9d866 Remove references to unsupported operating systems
All references to Gentoo, SUSE, Debian stretch and Centos-7  are removed.
Conditional tasks, ternary operators and variables are simplified where possible
OS specific variables files are generalised where possible
Change-Id: Id3136a5eed068e317aa1a7b33a1149629dc76d77
2021-06-11 14:14:20 +00:00

24 lines
386 B
YAML

---
galaxy_info:
author: OpenStack
description: Security hardening role for OpenStack-Ansible
company: OpenStack
license: Apache
min_ansible_version: 2.10
platforms:
- name: Debian
versions:
- buster
- name: EL
versions:
- 8
- name: Ubuntu
versions:
- bionic
- focal
categories:
- cloud
- security
- system
dependencies: []