Type | Status |
---|---|
Sanity Checks | |
Collection Publish |
An Ansible Collection of modules and plugins that target General usages (HA Proxy, Sonarqube, Jenkins, Nexus, and Others Installation and Configuration on Linux Based Operating Systems).
Name | Description |
---|---|
kube_cloud.general.haproxy.backend | Install and Configure HA Proxy. |
kube_cloud.general.haproxy.transaction | Validate and Cancel HA Proxy Dataplane API Transaction. |
ansible-test sanity --python 3.8
- requests
- community.general (>=4.0.0)
You can install the kube_cloud.general
collection with the Ansible Galaxy CLI:
ansible-galaxy collection install kube_cloud.general
You can also include it in a requirements.yml
file using the format:
---
collections:
- name: kube_cloud.general
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.