ansible-hardening/meta/main.yml
Dmitriy Rabotyagov db5c6f2d66 Fix linters and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Change-Id: I1920cd05ac5b4d32ad12bce42d9161a568f288b6
2023-07-17 14:25:21 +02:00

27 lines
478 B
YAML

---
galaxy_info:
author: OpenStack
description: Security hardening role for OpenStack-Ansible
company: OpenStack
license: Apache
role_name: hardening
namespace: openstack
min_ansible_version: "2.10"
platforms:
- name: Debian
versions:
- bullseye
- name: EL
versions:
- "8"
- "9"
- name: Ubuntu
versions:
- focal
- jammy
galaxy_tags:
- cloud
- security
- system
dependencies: []