Type | Status |
---|---|
Sanity Checks | |
Collection Publish |
An Ansible Collection of modules and plugins that target HA Proxy Installation and Configuration on Linux Based Operating Systems.
Name | Description |
---|---|
kube_cloud.haproxy.backend | Install and Configure HA Proxy. |
kube_cloud.haproxy.transaction | Validate and Cancel HA Proxy Dataplane API Transaction. |
- requests
- community.general (>=4.0.0)
You can install the kube_cloud.haproxy
collection with the Ansible Galaxy CLI:
ansible-galaxy collection install kube_cloud.haproxy
You can also include it in a requirements.yml
file using the format:
---
collections:
- name: kube_cloud.haproxy
and install it with command :
ansible-galaxy collection install -r requirements.yml
GNU General Public License v3.0 or later.
See COPYING to see the full text.