mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
10 lines
343 B
YAML
10 lines
343 B
YAML
defaults_networks:
|
|
internet:
|
|
ip4: "127.0.0.1" # Change this in inventory to the ip address of your server
|
|
ip6: "::01" # Change this in inventory to the ip address of your server
|
|
local:
|
|
mailu:
|
|
dns: 192.168.203.254 # Address of the Mailu DNS server
|
|
subnet: 192.168.203.0/24 # Mailu Subnet
|
|
|
|
|