chore(ansible): clean up host_vars YAML and normalize mail text blocks
This commit is contained in:
@@ -6,10 +6,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:
|
||||
@@ -38,7 +38,7 @@ network_interfaces:
|
||||
# - "91.239.100.100" # anycast.censurfridns.dk
|
||||
|
||||
# optional additional subnets/ips subnets: []
|
||||
# subnets:
|
||||
# subnets:
|
||||
# - '192.168.123.0/24'
|
||||
# - '192.168.124.11/32'
|
||||
|
||||
@@ -66,7 +66,7 @@ network_interfaces:
|
||||
|
||||
- device: eno2
|
||||
# use only once per device (for the first device entry)
|
||||
headline: eno2 - LAN Interface VLAN definition
|
||||
headline: eno2 - LAN Interface VLAN definition
|
||||
auto: true
|
||||
family: inet
|
||||
method: manual
|
||||
@@ -95,10 +95,10 @@ network_interfaces:
|
||||
# nameservers:
|
||||
# - "194.150.168.168" # dns.as250.net
|
||||
# - "91.239.100.100" # anycast.censurfridns.dk
|
||||
#nameservers:
|
||||
# nameservers:
|
||||
# - 192.168.11.1
|
||||
# - 192.168.10.3
|
||||
#search: ga.netz ga.intra
|
||||
# search: ga.netz ga.intra
|
||||
|
||||
|
||||
# ---
|
||||
@@ -176,8 +176,8 @@ systemd_resolved: true
|
||||
# Servername für DNS-over-TLS: dot.ffmuc.net
|
||||
# für iOS 14+: DoT-Server-Konfiguration (unsigniert, vom PrHdb)
|
||||
resolved_nameserver:
|
||||
- 192.168.11.1
|
||||
- 192.168.10.1
|
||||
- 192.168.11.1
|
||||
- 192.168.10.1
|
||||
- 192.168.11.3
|
||||
|
||||
# search domains
|
||||
@@ -185,7 +185,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:
|
||||
- ~.
|
||||
- ga.netz
|
||||
@@ -196,7 +196,7 @@ resolved_dnssec: false
|
||||
# dns.as250.net: 194.150.168.168
|
||||
#
|
||||
resolved_fallback_nameserver:
|
||||
- 194.150.168.168
|
||||
- 194.150.168.168
|
||||
|
||||
|
||||
# ---
|
||||
@@ -311,4 +311,3 @@ sudo_users:
|
||||
# ---
|
||||
|
||||
root_user: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user