style: align markdown table formatting for MD060 compliance
Some checks failed
ci/woodpecker/push/linting Pipeline failed
Some checks failed
ci/woodpecker/push/linting Pipeline failed
This commit is contained in:
parent
be72b7f043
commit
af4964f7e9
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ This role manages core OS components and defaults tailored for Siempie infrastru
|
|||
## Key Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| ---------- | --------- | ------------- |
|
||||
| `apt_automatic_reboot_time` | `03:45` | Automated reboot time |
|
||||
| `apt_automatic_reboot` | `true` | Enable automated reboots |
|
||||
| `apt_enable_universe` | `true` | Enable Ubuntu universe repo |
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ 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 |
|
||||
|
|
@ -19,7 +19,7 @@ Manage core Operating System components and system defaults.
|
|||
### DNS Configuration
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------------|----------|--------------------------|--------------------------------|
|
||||
| ---------------- | ---------- | -------------------------- | -------------------------------- |
|
||||
| `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_options` | No | `[]` | List of resolver options |
|
||||
|
|
@ -27,7 +27,7 @@ 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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue