-
Notifications
You must be signed in to change notification settings - Fork 22
/
main.yml
42 lines (34 loc) · 930 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
---
galaxy_info:
role_name: "haproxy"
namespace: "hifis"
author: "HIFIS Software Team"
description: "Install and configure HAProxy to be used for load-balancing in a high availability and scalability context."
company: "Helmholtz Association"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
license: "Apache-2.0"
min_ansible_version: "2.16"
platforms:
- name: "Ubuntu"
versions:
- "focal"
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bullseye"
- "bookworm"
galaxy_tags:
- "haproxy"
- "loadbalancer"
- "networking"
- "web"
collections:
- "community.crypto"
- "ansible.posix"
dependencies: []
...