style: align markdown table formatting for MD060 compliance
Some checks failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
Simon Cornet 2026-05-18 18:26:21 +02:00
commit af4964f7e9
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ This role manages core OS components and defaults tailored for Siempie infrastru
## Key Variables ## Key Variables
| Variable | Default | Description | | Variable | Default | Description |
|----------|---------|-------------| | ---------- | --------- | ------------- |
| `apt_automatic_reboot_time` | `03:45` | Automated reboot time | | `apt_automatic_reboot_time` | `03:45` | Automated reboot time |
| `apt_automatic_reboot` | `true` | Enable automated reboots | | `apt_automatic_reboot` | `true` | Enable automated reboots |
| `apt_enable_universe` | `true` | Enable Ubuntu universe repo | | `apt_enable_universe` | `true` | Enable Ubuntu universe repo |

View file

@ -7,7 +7,7 @@ Manage core Operating System components and system defaults.
### APT Configuration ### APT Configuration
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|-----------------------------|----------|--------------------------------------|--------------------------------------| | ----------------------------- | ---------- | -------------------------------------- | -------------------------------------- |
| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time | | `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time |
| `apt_automatic_reboot` | No | `true` | Enable automated reboots | | `apt_automatic_reboot` | No | `true` | Enable automated reboots |
| `apt_enable_multiverse` | No | `false` | Enable multiverse repository | | `apt_enable_multiverse` | No | `false` | Enable multiverse repository |
@ -19,7 +19,7 @@ Manage core Operating System components and system defaults.
### DNS Configuration ### DNS Configuration
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------------|----------|--------------------------|--------------------------------| | ---------------- | ---------- | -------------------------- | -------------------------------- |
| `dns_servers` | No | `["192.168.10.1"]` | List of DNS nameservers to use | | `dns_servers` | No | `["192.168.10.1"]` | List of DNS nameservers to use |
| `dns_search` | No | `["example.internal"]` | List of search domains to use | | `dns_search` | No | `["example.internal"]` | List of search domains to use |
| `dns_options` | No | `[]` | List of resolver options | | `dns_options` | No | `[]` | List of resolver options |
@ -27,7 +27,7 @@ Manage core Operating System components and system defaults.
### NTP Configuration ### NTP Configuration
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|--------------|----------|----------------------|--------------------------------------| | -------------- | ---------- | ---------------------- | -------------------------------------- |
| `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization | | `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization |
| `timezone` | No | `Europe/Amsterdam` | System timezone | | `timezone` | No | `Europe/Amsterdam` | System timezone |