hcp-ansible/roles/hashistack/meta/main.yml
Bertrand Lanson ff66fe22ae
All checks were successful
development / Check commit compliance (push) Successful in 27s
feat(hashistack): move variable loading to specific role
2024-07-22 23:04:05 +02:00

26 lines
533 B
YAML

---
# meta file for hashistack
galaxy_info:
namespace: "ednz_cloud"
role_name: "hashistack"
author: "Bertrand Lanson"
description: "Merge variables for the playbooks contained in ednz_cloud.hashistack collection"
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- noble
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "hashicorp"
dependencies: []