mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Optimized locales and networks variable
This commit is contained in:
9
group_vars/all/10_networks.yml
Normal file
9
group_vars/all/10_networks.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user