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"
|
from_ip: "192.168.10.55"
|
||||||
firewall_host_rules: []
|
firewall_host_rules: []
|
||||||
|
|
||||||
# hostname
|
|
||||||
hostname_method_map:
|
|
||||||
Debian: "systemd"
|
|
||||||
Alpine: "openrc"
|
|
||||||
|
|
||||||
# ntp
|
# ntp
|
||||||
ntp_server: "pool.ntp.org"
|
ntp_server: "pool.ntp.org"
|
||||||
timezone: "Europe/Amsterdam"
|
timezone: "Europe/Amsterdam"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
# hostname
|
||||||
|
hostname_method_map: "openrc"
|
||||||
|
|
@ -21,3 +21,6 @@ apt_default_packages_install:
|
||||||
apt_default_packages_delete:
|
apt_default_packages_delete:
|
||||||
- "popularity-contest"
|
- "popularity-contest"
|
||||||
- "ubuntu-report"
|
- "ubuntu-report"
|
||||||
|
|
||||||
|
# hostname
|
||||||
|
hostname_method_map: "systemd"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue