https://github.com/oefenweb/ansible-haproxyctl
Ansible role to set up (the latest version of) HAProxyCTL in Debian-like systems
https://github.com/oefenweb/ansible-haproxyctl
Last synced: 5 months ago
JSON representation
Ansible role to set up (the latest version of) HAProxyCTL in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-haproxyctl
- Owner: Oefenweb
- License: mit
- Created: 2015-11-26T14:14:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:03:42.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:55:20.056Z (over 1 year ago)
- Language: Dockerfile
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## haproxyctl
[](https://github.com/Oefenweb/ansible-haproxyctl/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/haproxyctl)
Set up the latest version of [haproxyctl](https://github.com/tersmitten/haproxyctl) in Debian-like systems.
#### Requirements
* `git` (will be installed)
* `ruby` (will be installed)
* `lsof` (will be installed)
#### Variables
* `haproxyctl_install_path`: [default: `/usr/local/bin`]: Install directory
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.haproxyctl
```
#### License
MIT
#### Author Information
* Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-haproxyctl/issues)!