feat: add alpine support for hostname management
This commit is contained in:
parent
63dd50010d
commit
12d9be68cd
3 changed files with 14 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue