Skip to content

kube-cloud/ansible-collection-general

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type Status
Sanity Checks Sanity Checks
Collection Publish Collection Publish

Ansible Collection : General (kube_cloud.general)

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).

Included content

Modules

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.

Build This Collection

Sanity Check

ansible-test sanity --python 3.8

Installing this collection

Python Requirements

  • requests

Ansible Dependencies

  • community.general (>=4.0.0)

Command

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

Contributing to this collection

Roadmap

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.

About

General Ansible OPS Collections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published