linux_ws2122_ansible/host_vars/gateway.linuxws2122.de.yaml

116 lines
2.5 KiB
YAML

---
ansible_host: 192.168.179.117
networking:
- type: "ethernet"
filename: "10-enp1s0.network"
interface: "enp1s0"
route_metric: "10"
dhcp: false
ipv4_address: "192.168.179.250"
ipv4_netmask: "/24"
ipv4_gateway: "192.168.179.1"
ipv6_ignore_ra: true
dns_servers:
- "192.168.179.12"
- type: "ethernet"
filename: "10-enp2s0.network"
interface: "enp2s0"
route_metric: "20"
dhcp: false
ipv4_address: "192.168.181.1"
ipv4_netmask: "/24"
ipv4_gateway: ""
ipv6_ignore_ra: true
dns_servers:
- "192.168.181.1"
dhcpd_keys:
- name: dyndns
algorithm: hmac-sha256
secret: "KS8hRpqgCk0UKQRD3eBbxriXkTt6ePr0tQ7bUUcwX+o="
dhcpd_zones:
- name: linuxws2122.de
primary: "192.168.181.1"
key: dyndns
- name: 181.168.192.in-addr.arpa
primary: "192.168.181.1"
key: dyndns
dhcpd_interface: "enp2s0"
dhcpd_network_start: "192.168.181.0"
dhcpd_network_netmask: "255.255.255.0"
dhcpd_network_range: 192.168.181.20 192.168.181.200
dhcpd_ddns_domainname: linuxws2122.de
dhcpd_default_lease_time: "43200"
dhcpd_max_lease_time: "86400"
dhcpd_min_lease_time: "21600"
dhcpd_option_broadcast_address: "192.168.181.255"
dhcpd_option_domain_name: linuxws2122.de
dhcpd_option_domain_name_servers: "192.168.181.1"
dhcpd_option_routers: "192.168.181.1"
dhcpd_option_subnet_mask: "255.255.255.0"
bind9_global_allow_query:
- 192.168.179.0/24
- 192.168.181.0/24
bind9_keys:
- name: dyndns
algorithm: hmac-sha256
secret: KS8hRpqgCk0UKQRD3eBbxriXkTt6ePr0tQ7bUUcwX+o=
bind9_listen_on_ipv4:
- "192.168.181.1"
bind9_listen_on_ipv6: []
bind9_forward_zones:
- allow_query:
- any
allow_update:
- dyndns
type: master
origin: linuxws2122.de.
ttl: "3600"
records:
- name: "@\t\t" # \t only for indention
class: IN
type: SOA
value: "gateway.linuxws2122.de. hostmaster.linuxws2122.de. 2021121000 86400 7200 604800 3600"
- name: "\t\t" # \t only for indention
class: IN
type: NS
value: gateway
- name: "gateway\t\t" # \t only for indention
class: IN
type: A
value: 192.168.181.1
bind9_reverse_zones:
- allow_query:
- any
allow_update:
- dyndns
type: master
origin: 181.168.192.IN-ADDR.ARPA.
ttl: "3600"
records:
- name: "@\t\t" # "\t" only for indention
class: IN
type: SOA
value: "gateway.linuxws2122.de. hostmaster.linuxws2122.de. 2021121000 86400 7200 604800 3600"
- name: "\t\t" # "\t" only for indention
class: IN
type: NS
value: gateway.linuxws2122.de.
- name: "1\t\t" # "\t" only for indention
class: IN
type: PTR
value: gateway.linuxws2122.de.