You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ Information about the expected role parameters.
28
28
### haproxy_applications
29
29
The `haproxy_applications` parameter is a list of hashes defining the applications to load balance. Each item in the list may contain the following parameters.
| name| yes | | | Name of the application. Used in defining frontend and backend servers. Should be descriptive as will show up in HAProxy stats. Must match `/a-zA-Z0-9-_/`
35
-
| domain | yes | | | FQDN which will resolve to the HAProxy server(s) to then load balance the `servers`
36
-
| http_redirect| no | `false` | `true`, `false` | `true` to automatically redirect http to https, `false` not to redirect.
37
-
| servers | yes | | | List of hashes defining servers to load balance.
| name | yes | | | Name of the application. Used in defining frontend and backend servers. Should be descriptive as will show up in HAProxy stats. Must match `/a-zA-Z0-9-_/`
34
+
| domain | yes | | | FQDN which will resolve to the HAProxy server(s) to then load balance the `servers`. Can either just be a simple FQDN or a regex statement to match a domain.
35
+
| domain\_is\_regex| no| false| true, false | `true` if the given `domain` is regex, `false`to treat as plane FQDN.
36
+
| http\_redirect | no | false | true, false |`true` to automatically redirect http to https, `false` not to redirect.
37
+
| servers | yes | | | List of hashes defining servers to load balance.
38
38
39
39
#### servers
40
40
Each element in the `haproxy_applications` list must contain a `servers` key which is a list of hashes defining the servers to load balance for the respective application. Each item in the list may contain the following parameters.
0 commit comments