feat: add alpine support for hostname management

This commit is contained in:
Simon Cornet 2025-10-24 17:28:52 +02:00
commit 12d9be68cd
3 changed files with 14 additions and 14 deletions

View file

@ -25,6 +25,11 @@ firewall_basic_rules:
from_ip: "192.168.10.55"
firewall_host_rules: []
# hostname
hostname_method_map:
Debian: "systemd"
Alpine: "openrc"
# ntp
ntp_server: "pool.ntp.org"
timezone: "Europe/Amsterdam"