2023-08-21 17:19:29 -04:00
|
|
|
---
|
|
|
|
# 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
|
2023-08-26 22:15:49 -04:00
|
|
|
gateway: 192.168.0.1
|
2023-08-27 14:50:34 -04:00
|
|
|
|
|
|
|
# Can be the server itself if it has a nameserver
|
|
|
|
nameserver: "{{ hostvars[groups['nameserver'][0]]['local_ip'] }}"
|