homeserver-iac/roles/networking/connection/defaults/main.yml
2023-08-21 17:19:29 -04:00

12 lines
198 B
YAML

---
# override these in host_vars
# static IP interface
net_interface: eth0
# LAN static IP address
local_ip: null
subnet_prefix: /24
local_subnet: 192.168.0.0/24
# router IP address
gateway: null