From a69a1f5d7dc56729b8b6972e3ef5506ccca89767 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 17 Jun 2025 22:33:22 +0000 Subject: [PATCH] Use new DNS servers for shell hosts --- host_vars/shell01.foo.sh.yml | 2 +- host_vars/shell02.foo.sh.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/shell01.foo.sh.yml b/host_vars/shell01.foo.sh.yml index 5864afe..d61fbf0 100644 --- a/host_vars/shell01.foo.sh.yml +++ b/host_vars/shell01.foo.sh.yml @@ -12,5 +12,5 @@ network_interfaces: ipaddr: 172.20.30.21 netmask: 255.255.255.0 proto: static - nameservers: [172.20.30.2] + nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12] ip6addr: none diff --git a/host_vars/shell02.foo.sh.yml b/host_vars/shell02.foo.sh.yml index ce88e70..276b4b1 100644 --- a/host_vars/shell02.foo.sh.yml +++ b/host_vars/shell02.foo.sh.yml @@ -12,5 +12,5 @@ network_interfaces: ipaddr: 172.20.30.22 netmask: 255.255.255.0 proto: static - nameservers: [172.20.30.2] + nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12] ip6addr: none