style: md format

This commit is contained in:
2025-11-17 15:06:35 +01:00
parent 42fb065afe
commit 0906fc2141

View File

@@ -54,7 +54,7 @@ You can also use the role in its most simple form:
### Basic Configuration ### Basic Configuration
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
| -------------------------- | -------- | ----------- | -------------------------------------------------------------------------------------------- | | -------------------------- | -------- | ----------- | ----------------------------------------------------------------------- |
| `docker_api_host` | No | `127.0.0.1` | Host address to expose Docker API on (when `docker_expose_api` is true) | | `docker_api_host` | No | `127.0.0.1` | Host address to expose Docker API on (when `docker_expose_api` is true) |
| `docker_api_port` | No | `2375` | Port to expose Docker API on (when `docker_expose_api` is true) | | `docker_api_port` | No | `2375` | Port to expose Docker API on (when `docker_expose_api` is true) |
| `docker_arch` | No | `amd64` | Architecture to install Docker for (e.g., "amd64", "arm64") | | `docker_arch` | No | `amd64` | Architecture to install Docker for (e.g., "amd64", "arm64") |