Commit 1d5b447c authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: move vars

parent 6255a04b
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ 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"
+4 −0
Original line number Diff line number Diff line
---

# hostname
hostname_method_map: "openrc"
+3 −0
Original line number Diff line number Diff line
@@ -21,3 +21,6 @@ apt_default_packages_install:
apt_default_packages_delete:
  - "popularity-contest"
  - "ubuntu-report"

# hostname
hostname_method_map: "systemd"