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