chore(ansible): clean up host_vars YAML and normalize mail text blocks
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
|
||||
# If true, all additional files in /etc/network/interfaces/interfaces.d/ are deleted
|
||||
network_manage_devices: True
|
||||
network_manage_devices: true
|
||||
|
||||
# Should the interfaces be reloaded after config change?
|
||||
network_interface_reload: False
|
||||
network_interface_reload: false
|
||||
|
||||
network_interface_path: /etc/network/interfaces.d
|
||||
network_interface_required_packages:
|
||||
@@ -31,7 +31,7 @@ network_interfaces:
|
||||
|
||||
|
||||
- device: eno3
|
||||
headline: eno3 - LAN
|
||||
headline: eno3 - LAN
|
||||
auto: true
|
||||
family: inet
|
||||
method: static
|
||||
@@ -49,7 +49,7 @@ network_interfaces:
|
||||
|
||||
|
||||
- device: eno4
|
||||
headline: eno4 - Uplink DSL via mobile data (Fritzbox 6850 5G)
|
||||
headline: eno4 - Uplink DSL via mobile data (Fritzbox 6850 5G)
|
||||
auto: true
|
||||
family: inet
|
||||
method: static
|
||||
@@ -119,7 +119,7 @@ cron_user_entries:
|
||||
job: /root/bin/admin-stuff/speedtest.sh
|
||||
|
||||
|
||||
#cron_user_special_time_entries: []
|
||||
# cron_user_special_time_entries: []
|
||||
cron_user_special_time_entries:
|
||||
|
||||
- name: "Restart NTP service 'ntpsec'"
|
||||
@@ -204,7 +204,7 @@ resolved_nameserver:
|
||||
# If there are more than one search domains, then specify them here in the order in which
|
||||
# the resolver should also search them
|
||||
#
|
||||
#resolved_domains: []
|
||||
# resolved_domains: []
|
||||
resolved_domains:
|
||||
- ~.
|
||||
- oopen.de
|
||||
@@ -214,7 +214,7 @@ resolved_dnssec: false
|
||||
# dns.as250.net: 194.150.168.168
|
||||
#
|
||||
resolved_fallback_nameserver:
|
||||
- 194.150.168.168
|
||||
- 194.150.168.168
|
||||
|
||||
|
||||
# ---
|
||||
@@ -282,4 +282,3 @@ git_firewall_repository:
|
||||
root_user:
|
||||
name: root
|
||||
password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user