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

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

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;
};
```