hashistack/roles/cni/meta/main.yml
Bertrand Lanson 69fa4aecde
All checks were successful
development / Check commit compliance (push) Successful in 6s
fix: add meta file for cni role
2024-07-22 22:28:14 +02:00

29 lines
543 B
YAML

---
# meta file for cni
galaxy_info:
namespace: "ednz_cloud"
role_name: "cni"
author: "Bertrand Lanson"
description: "Install the default cni plugins and the consul-cni plugin"
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"
- "cni"
- "networking"
- "consul"
dependencies: []