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:
|
||||
@@ -34,7 +34,7 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
|
||||
|
||||
# The statisc Mode
|
||||
# Options
|
||||
# address <dotted quad address[/netmask]>
|
||||
@@ -58,16 +58,16 @@ network_interfaces:
|
||||
# leasetime <Preferred lease time in seconds (dhcpcd)>
|
||||
# vendor <Vendor class identifier (dhcpcd)>
|
||||
# client <Client identifier (dhcpcd), or "no" (dhclient)>
|
||||
#
|
||||
# The bootp Method
|
||||
#
|
||||
# The bootp Method
|
||||
# Options
|
||||
# bootfile: <file: Tell the server to use 'file' as the bootfile.>
|
||||
# server: <address: Use the IP address 'address' to communicate with the server.>
|
||||
# hwaddr <mac-address: Use addr as the hardware address instead of whatever it really is.>
|
||||
#
|
||||
#
|
||||
method: static
|
||||
|
||||
hwaddress:
|
||||
|
||||
hwaddress:
|
||||
description:
|
||||
address: 65.109.28.179
|
||||
# dotted quad or number of bits
|
||||
@@ -75,10 +75,10 @@ network_interfaces:
|
||||
# the entry will be: address/netmask
|
||||
netmask: 26
|
||||
gateway: 65.109.28.129
|
||||
metric:
|
||||
pointopoint:
|
||||
mtu:
|
||||
scope:
|
||||
metric:
|
||||
pointopoint:
|
||||
mtu:
|
||||
scope:
|
||||
|
||||
# additional user by dhcp method
|
||||
#
|
||||
@@ -107,7 +107,7 @@ network_interfaces:
|
||||
search:
|
||||
|
||||
# optional additional subnets/ips subnets: []
|
||||
# subnets:
|
||||
# subnets:
|
||||
# - '192.168.123.0/24'
|
||||
# - '192.168.124.11/32'
|
||||
|
||||
@@ -159,7 +159,7 @@ network_interfaces:
|
||||
|
||||
# auto & allow are only used for the first device entry
|
||||
allow: [] # array of allow-[stanzas] eg. allow-hotplug
|
||||
auto:
|
||||
auto:
|
||||
|
||||
family: inet6
|
||||
method: static
|
||||
@@ -196,7 +196,7 @@ network_interfaces:
|
||||
search:
|
||||
|
||||
# optional additional subnets/ips subnets: []
|
||||
# subnets:
|
||||
# subnets:
|
||||
# - '192.168.123.0/24'
|
||||
# - '192.168.124.11/32'
|
||||
|
||||
@@ -224,7 +224,7 @@ network_interfaces:
|
||||
vlan: {}
|
||||
|
||||
# inline hook scripts
|
||||
pre-up: []# pre-up script lines
|
||||
pre-up: [] # pre-up script lines
|
||||
up: [] # up script lines
|
||||
post-up: [] # post-up script lines (alias for up)
|
||||
pre-down: [] # pre-down script lines (alias for down)
|
||||
@@ -257,7 +257,7 @@ create_sftp_group: true
|
||||
# vars used by roles/common/tasks/apt.yml
|
||||
# ---
|
||||
|
||||
#apt_manage_sources_list: false
|
||||
# apt_manage_sources_list: false
|
||||
|
||||
|
||||
# ---
|
||||
@@ -319,7 +319,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
|
||||
@@ -329,7 +329,7 @@ resolved_dnssec: false
|
||||
# dns.as250.net: 194.150.168.168
|
||||
#
|
||||
resolved_fallback_nameserver:
|
||||
- 194.150.168.168
|
||||
- 194.150.168.168
|
||||
|
||||
|
||||
# ---
|
||||
@@ -447,4 +447,3 @@ git_firewall_repository:
|
||||
root_user:
|
||||
name: root
|
||||
password: $y$j9T$myZ6f5/klmH0HDN2mb9tv/$s/bBrr6PEXdEgtn9CZYzBNZsA4.r6gWYYeZ4LAYotp9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user