From af4964f7e9a1ee338a6e9ebc926340d169e350ec Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 18 May 2026 18:26:21 +0200 Subject: [PATCH] style: align markdown table formatting for MD060 compliance --- AGENTS.md | 2 +- readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 6ab0926..7dc473b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 | diff --git a/readme.md b/readme.md index 9294fa5..a0d894e 100644 --- a/readme.md +++ b/readme.md @@ -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 |