summaryrefslogtreecommitdiff
path: root/roles/haproxy/defaults/main.yml
blob: 12e2906264fd416e2076692723022a3d2775d8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Set the domain haproxy serves, used for the TLS certificate.

haproxy_domain: FIXME

# List haproxy rules: a list of dicts like this:
#
#   name: foo
#   path: /foo
#   backends:
#   - 127.0.0.1:8080
#   - 127.0.0.1:8181

haproxy_rules: []