From a2d3202c694291578c7c1c785521def78f215980 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 21 Jun 2025 16:38:09 +0000 Subject: [PATCH] Configure DNS servers for iot.foo.sh network --- group_vars/iot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 group_vars/iot.yml diff --git a/group_vars/iot.yml b/group_vars/iot.yml new file mode 100644 index 0000000..e230b29 --- /dev/null +++ b/group_vars/iot.yml @@ -0,0 +1,5 @@ +--- +network_dns_servers: + - 172.20.27.10 + - 172.20.27.11 + - 172.20.27.12