summaryrefslogtreecommitdiff
path: root/roles/haproxy/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/haproxy/defaults/main.yml')
-rw-r--r--roles/haproxy/defaults/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/haproxy/defaults/main.yml b/roles/haproxy/defaults/main.yml
new file mode 100644
index 0000000..12e2906
--- /dev/null
+++ b/roles/haproxy/defaults/main.yml
@@ -0,0 +1,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: []
+