An open API service indexing awesome lists of open source software.

https://github.com/notamorningspartan/haproxy-ansible

Playbook(s) to install and configure HAProxy with Certbot for Certificate Renewal
https://github.com/notamorningspartan/haproxy-ansible

ansible ansible-playbook certbot haproxy haproxy-configuration

Last synced: about 1 year ago
JSON representation

Playbook(s) to install and configure HAProxy with Certbot for Certificate Renewal

Awesome Lists containing this project

README

          

# HAProxy Ansible Collection

My personal collection of playbook(s) to install and configure HAProxy on a target system.

This playbook was designed and tested to be ran against RHEL8/9 systems. Other operating systems have not been tested. Pull requests to add this functionality are welcome and appreciated!

## Requirements

This playbook requires the use of the `ansible.posix` collection and all relevant dependencies.

## Usage

Below is an example Ansible playbook command to run the playbook. Change the options as necessary depending on your Ansible configuration and inventory.

```bash
ansible-playbook haproxy.yml -e target=haproxy --user user --ask-pass --ask-become-pass
```