|
@@ -13,18 +13,18 @@
|
|
|
vars:
|
|
|
local_domain: home.arpa # https://www.rfc-editor.org/rfc/rfc8375.html
|
|
|
|
|
|
- dhcp_cidr: 10.0.0.0
|
|
|
- dhcp_netmask: 255.255.255.0
|
|
|
+ dhcp_cidr: 10.0.0.0/24
|
|
|
dhcp_range_start: 10.0.0.125
|
|
|
dhcp_range_end: 10.0.0.200
|
|
|
dhcp_default_gateway: 10.0.0.1
|
|
|
dhcp_secure_gateway: 10.0.0.2
|
|
|
+ dhcp_interface: enp3s0
|
|
|
|
|
|
dns_server_primary: 1.1.1.1
|
|
|
dns_server_secondary: 1.0.0.1
|
|
|
|
|
|
network_connections:
|
|
|
- - name: enp3s0
|
|
|
+ - name: "{{ dhcp_interface }}"
|
|
|
type: ethernet
|
|
|
ip:
|
|
|
gateway4: "{{ dhcp_default_gateway }}"
|
|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
- type: secured
|
|
|
name: nas
|
|
|
- mac: fc:aa:14:86:9d:7b
|
|
|
+ mac: 04:7c:16:6e:db:ab
|
|
|
ip: 10.0.0.4
|
|
|
|
|
|
- type: secured
|
|
@@ -116,7 +116,15 @@
|
|
|
mac: 00:12:41:ba:5c:00
|
|
|
ip: 10.0.0.20
|
|
|
|
|
|
- # Ricky's Camera joystick manually set to 10.0.0.21
|
|
|
+ - type: default
|
|
|
+ name: ricky-laptop-eth
|
|
|
+ mac: 7c:8a:e1:44:95:1d
|
|
|
+ ip: 10.0.0.21
|
|
|
+
|
|
|
+ - type: default
|
|
|
+ name: ricky-laptop-wifi
|
|
|
+ mac: cc:d9:ac:8f:47:e7
|
|
|
+ ip: 10.0.0.22
|
|
|
|
|
|
# will set cameras to 10.0.0.30
|
|
|
|
|
@@ -192,15 +200,17 @@
|
|
|
ip: 10.0.0.64
|
|
|
|
|
|
|
|
|
-
|
|
|
# extra kodi box?
|
|
|
- type: default
|
|
|
name: unknown
|
|
|
mac: f8:e4:3b:bb:0c:c8
|
|
|
ip: 10.0.0.65
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+ # MetalLB VIP
|
|
|
+ - type: default
|
|
|
+ name: rke
|
|
|
+ mac: ff:ff:ff:ff:ff:ff # not a real box
|
|
|
+ ip: 10.0.0.70
|
|
|
|
|
|
- type: cloudflare
|
|
|
name: julie-macbook
|