db5c6f2d66
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
27 lines
478 B
YAML
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: []
|