2024-01-29 17:53:50 +00:00
|
|
|
---
|
|
|
|
# meta file for deploy_haproxy
|
|
|
|
galaxy_info:
|
2024-02-05 18:10:02 +00:00
|
|
|
namespace: "ednz_cloud"
|
2024-01-29 22:03:27 +00:00
|
|
|
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"
|
2024-01-29 17:53:50 +00:00
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- focal
|
|
|
|
- jammy
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- bullseye
|
|
|
|
- bookworm
|
|
|
|
galaxy_tags:
|
2024-01-29 22:03:27 +00:00
|
|
|
- "ubuntu"
|
|
|
|
- "debian"
|
|
|
|
- "haproxy"
|
|
|
|
- "docker"
|
2024-01-29 17:53:50 +00:00
|
|
|
|
|
|
|
dependencies: []
|