style(readme): fix markdown table alignment
Some checks failed
ci/woodpecker/push/linting Pipeline failed
Some checks failed
ci/woodpecker/push/linting Pipeline failed
This commit is contained in:
parent
e759ea1e42
commit
32ef34fd42
1 changed files with 13 additions and 13 deletions
26
readme.md
26
readme.md
|
|
@ -6,15 +6,15 @@ Manage core Operating System components and system defaults.
|
|||
|
||||
### APT Configuration
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time |
|
||||
| `apt_automatic_reboot` | No | `true` | Enable automated reboots |
|
||||
| `apt_enable_multiverse` | No | `false` | Enable multiverse repository |
|
||||
| `apt_enable_universe` | No | `true` | Enable universe repository |
|
||||
| `apt_repository` | No | `https://archive.ubuntu.com/ubuntu` | APT repository URL (Ubuntu 22) |
|
||||
| `apt_repository_main` | No | `https://archive.ubuntu.com/ubuntu` | Main APT repository (Ubuntu 24+) |
|
||||
| `apt_repository_security` | No | `https://archive.ubuntu.com/ubuntu` | Security APT repository (Ubuntu 24+) |
|
||||
| Variable | Required | Default | Description |
|
||||
|-----------------------------|----------|--------------------------------------|------------------------------------------------|
|
||||
| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time |
|
||||
| `apt_automatic_reboot` | No | `true` | Enable automated reboots |
|
||||
| `apt_enable_multiverse` | No | `false` | Enable multiverse repository |
|
||||
| `apt_enable_universe` | No | `true` | Enable universe repository |
|
||||
| `apt_repository` | No | `https://archive.ubuntu.com/ubuntu` | APT repository URL (Ubuntu 22) |
|
||||
| `apt_repository_main` | No | `https://archive.ubuntu.com/ubuntu` | Main APT repository (Ubuntu 24+) |
|
||||
| `apt_repository_security` | No | `https://archive.ubuntu.com/ubuntu` | Security APT repository (Ubuntu 24+) |
|
||||
|
||||
### DNS Configuration
|
||||
|
||||
|
|
@ -26,10 +26,10 @@ Manage core Operating System components and system defaults.
|
|||
|
||||
### NTP Configuration
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization |
|
||||
| `timezone` | No | `Europe/Amsterdam` | System timezone |
|
||||
| Variable | Required | Default | Description |
|
||||
|--------------|----------|----------------------|--------------------------------------|
|
||||
| `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization |
|
||||
| `timezone` | No | `Europe/Amsterdam` | System timezone |
|
||||
|
||||
## Tags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue