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
- Host: GitHub
- URL: https://github.com/notamorningspartan/haproxy-ansible
- Owner: NotAMorningSpartan
- Created: 2024-08-01T01:34:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:57:15.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:36:38.295Z (over 1 year ago)
- Topics: ansible, ansible-playbook, certbot, haproxy, haproxy-configuration
- Language: Jinja
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```