deploy_haproxy/meta/main.yml
Bertrand Lanson 1c4110371c
Some checks failed
test / Linting (push) Successful in 27s
test / Molecule tests (default, ubuntu2004) (push) Failing after 38s
test / Molecule tests (default, debian12) (push) Failing after 1m13s
test / Molecule tests (default, debian11) (push) Failing after 1m14s
test / Molecule tests (default, ubuntu2204) (push) Failing after 37s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Failing after 29s
test / Molecule tests (with_tls_enabled, debian11) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, debian12) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Failing after 28s
feat(publish): first publish for ednz-cloud
2024-02-05 19:10:02 +01:00

26 lines
549 B
YAML

---
# meta file for deploy_haproxy
galaxy_info:
namespace: "ednz_cloud"
role_name: "deploy_haproxy"
author: "Bertrand Lanson"
description: "Deploy HAProxy either directly or inside a docker container, on debian-based distributions"
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "haproxy"
- "docker"
dependencies: []