style(readme): align markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 13:04:17 +02:00
commit bf46e6340e

View file

@ -7,7 +7,7 @@ Install and configure HAProxy load balancer with flexible frontends, backends, a
### Global Settings ### Global Settings
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ------------------------------ | ---------- | --------------------------- | ------------------------------------- |
| `haproxy_global.log` | No | List with `/dev/log local2` | Log target (string or list) | | `haproxy_global.log` | No | List with `/dev/log local2` | Log target (string or list) |
| `haproxy_global.stats_socket` | No | See defaults | Stats socket configuration | | `haproxy_global.stats_socket` | No | See defaults | Stats socket configuration |
| `haproxy_global.stats_timeout` | No | Empty | Stats timeout (optional, e.g., "30s") | | `haproxy_global.stats_timeout` | No | Empty | Stats timeout (optional, e.g., "30s") |
@ -21,7 +21,7 @@ Install and configure HAProxy load balancer with flexible frontends, backends, a
### Default Settings ### Default Settings
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ---------------------------------- | ---------- | ------------------ | ----------------------------------------- |
| `haproxy_defaults.log` | No | `global` | Log setting | | `haproxy_defaults.log` | No | `global` | Log setting |
| `haproxy_defaults.mode` | No | `tcp` | Default mode (tcp/http) | | `haproxy_defaults.mode` | No | `tcp` | Default mode (tcp/http) |
| `haproxy_defaults.options` | No | List with `tcplog` | Options list (or use `option` for single) | | `haproxy_defaults.options` | No | List with `tcplog` | Options list (or use `option` for single) |
@ -34,7 +34,7 @@ Install and configure HAProxy load balancer with flexible frontends, backends, a
### Stats Listener ### Stats Listener
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ------------------------- | ---------- | -------------------- | ---------------------- |
| `haproxy_stats.enabled` | No | `false` | Enable stats interface | | `haproxy_stats.enabled` | No | `false` | Enable stats interface |
| `haproxy_stats.bind` | No | `192.168.32.10:9000` | Bind address for stats | | `haproxy_stats.bind` | No | `192.168.32.10:9000` | Bind address for stats |
| `haproxy_stats.mode` | No | `http` | Stats mode | | `haproxy_stats.mode` | No | `http` | Stats mode |
@ -46,7 +46,7 @@ Install and configure HAProxy load balancer with flexible frontends, backends, a
### Frontends ### Frontends
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ------------------------------------- | ---------- | --------- | --------------------- |
| `haproxy_frontends` | No | `[]` | List of frontends | | `haproxy_frontends` | No | `[]` | List of frontends |
| `haproxy_frontends[].name` | Yes | - | Frontend name | | `haproxy_frontends[].name` | Yes | - | Frontend name |
| `haproxy_frontends[].bind` | Yes | - | Bind address and port | | `haproxy_frontends[].bind` | Yes | - | Bind address and port |
@ -57,7 +57,7 @@ Install and configure HAProxy load balancer with flexible frontends, backends, a
### Backends ### Backends
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ------------------------------------------- | ---------- | --------- | -------------------------------- |
| `haproxy_backends` | No | `[]` | List of backends | | `haproxy_backends` | No | `[]` | List of backends |
| `haproxy_backends[].name` | Yes | - | Backend name | | `haproxy_backends[].name` | Yes | - | Backend name |
| `haproxy_backends[].balance` | No | - | Load balancing algorithm | | `haproxy_backends[].balance` | No | - | Load balancing algorithm |