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:
|
||||
@@ -28,10 +28,10 @@ network_interfaces:
|
||||
address: 172.16.10.1
|
||||
netmask: 24
|
||||
gateway: 172.16.10.254
|
||||
#nameservers:
|
||||
# nameservers:
|
||||
# - 192.168.10.1
|
||||
# - 192.168.10.3
|
||||
#search: ga.netz
|
||||
# search: ga.netz
|
||||
|
||||
|
||||
- device: eth2
|
||||
@@ -90,7 +90,7 @@ network_interfaces:
|
||||
|
||||
family: inet
|
||||
method: static
|
||||
#hwaddress: 0c:c4:7a:7d:51:46
|
||||
# hwaddress: 0c:c4:7a:7d:51:46
|
||||
description:
|
||||
address: 10.221.15.254
|
||||
netmask: 20
|
||||
@@ -185,8 +185,8 @@ network_interfaces:
|
||||
- /sbin/ip route add 192.168.11.0/24 via 172.16.111.254
|
||||
- /sbin/ip route add 192.168.78.0/24 via 172.16.111.254
|
||||
# User Networks Campus
|
||||
#- /sbin/ip route add 192.168.72.0/24 via 172.16.111.254
|
||||
#- /sbin/ip route add 192.168.73.0/24 via 172.16.111.254
|
||||
# - /sbin/ip route add 192.168.72.0/24 via 172.16.111.254
|
||||
# - /sbin/ip route add 192.168.73.0/24 via 172.16.111.254
|
||||
# User Network Novalishaus
|
||||
- /sbin/ip route add 192.168.81.0/24 via 172.16.111.254
|
||||
# User Network Georgshaus
|
||||
@@ -202,7 +202,7 @@ network_interfaces:
|
||||
# WLAN privat Novalishaus
|
||||
- /sbin/ip route add 10.31.0.0/20 via 172.16.111.254
|
||||
# Management Netork Campus
|
||||
#- /sbin/ip route add 10.72.1.0/24 via 172.16.111.254
|
||||
# - /sbin/ip route add 10.72.1.0/24 via 172.16.111.254
|
||||
# WLan Router Stockhausen
|
||||
- /sbin/ip route add 10.112.1.0/24 via 172.16.111.254
|
||||
# WLan Netz
|
||||
@@ -329,7 +329,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
|
||||
@@ -340,7 +340,7 @@ resolved_dnssec: false
|
||||
# dns.as250.net: 194.150.168.168
|
||||
#
|
||||
resolved_fallback_nameserver:
|
||||
- 192.168.11.1
|
||||
- 192.168.11.1
|
||||
|
||||
|
||||
# ---
|
||||
@@ -482,30 +482,29 @@ bind9_gateway_acl:
|
||||
- 192.168.10.2
|
||||
|
||||
|
||||
|
||||
bind9_gateway_listen_on_v6:
|
||||
- none
|
||||
- none
|
||||
|
||||
bind9_gateway_listen_on:
|
||||
- any
|
||||
|
||||
#bind9_gateway_allow_transfer: {}
|
||||
# bind9_gateway_allow_transfer: {}
|
||||
bind9_gateway_allow_transfer:
|
||||
- none
|
||||
- none
|
||||
|
||||
bind9_transfer_source: !!str "192.168.10.1"
|
||||
bind9_transfer_source: !!str "192.168.10.1"
|
||||
bind9_notify_source: !!str "192.168.10.1"
|
||||
|
||||
#bind9_gateway_allow_query: {}
|
||||
# bind9_gateway_allow_query: {}
|
||||
bind9_gateway_allow_query:
|
||||
- local-net
|
||||
|
||||
#bind9_gateway_allow_query_cache: {}
|
||||
# bind9_gateway_allow_query_cache: {}
|
||||
bind9_gateway_allow_query_cache:
|
||||
- local-net
|
||||
|
||||
bind9_gateway_recursion: !!str "yes"
|
||||
#bind9_gateway_allow_recursion: {}
|
||||
bind9_gateway_recursion: !!str "yes"
|
||||
# bind9_gateway_allow_recursion: {}
|
||||
bind9_gateway_allow_recursion:
|
||||
- local-net
|
||||
|
||||
@@ -529,4 +528,3 @@ git_firewall_repository:
|
||||
root_user:
|
||||
name: root
|
||||
password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user