feat: move vars
This commit is contained in:
parent
6255a04be4
commit
1d5b447cd6
3 changed files with 7 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
|
||||
# hostname
|
||||
hostname_method_map: "openrc"
|
||||
|
|
@ -21,3 +21,6 @@ apt_default_packages_install:
|
|||
apt_default_packages_delete:
|
||||
- "popularity-contest"
|
||||
- "ubuntu-report"
|
||||
|
||||
# hostname
|
||||
hostname_method_map: "systemd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue