https://github.com/rexops/rex-haproxy
Example HAProxy module
https://github.com/rexops/rex-haproxy
Last synced: about 1 year ago
JSON representation
Example HAProxy module
- Host: GitHub
- URL: https://github.com/rexops/rex-haproxy
- Owner: RexOps
- Created: 2014-08-02T11:31:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T14:49:23.000Z (over 11 years ago)
- Last Synced: 2025-01-05T06:29:29.698Z (about 1 year ago)
- Language: Perl
- Size: 121 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple HAProxy Module for Rex
This is a simple haproxy module for Rex.
## SYNOPSIS
```perl
include "HAProxy";
task "setup", make {
setup HAProxy;
};
```