Skip to content

KubeCloud Ansible Role used to Manage ACME Certificate based on OVH DNS Challenge

License

Notifications You must be signed in to change notification settings

kube-cloud/ansible-collection-haproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type Status
Sanity Checks Sanity Checks
Collection Publish Collection Publish

Ansible Collection : HA Proxy (kube_cloud.haproxy)

An Ansible Collection of modules and plugins that target HA Proxy Installation and Configuration on Linux Based Operating Systems.

Included content

Modules

Name Description
kube_cloud.haproxy.backend Install and Configure HA Proxy.
kube_cloud.haproxy.transaction Validate and Cancel HA Proxy Dataplane API Transaction.

Installing this collection

Python Requirements

  • requests

Ansible Dependencies

  • community.general (>=4.0.0)

Command

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

Contributing to this collection

Roadmap

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.

About

KubeCloud Ansible Role used to Manage ACME Certificate based on OVH DNS Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published