From cc3f8748a01bb7b11c6a3ebe2c381137e79af991 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 23 Mar 2021 16:32:10 +0000 Subject: [PATCH] Disable IPv6 on lan network for shell hosts --- host_vars/shell01.foo.sh.yml | 1 + host_vars/shell02.foo.sh.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/host_vars/shell01.foo.sh.yml b/host_vars/shell01.foo.sh.yml index d779d50..5864afe 100644 --- a/host_vars/shell01.foo.sh.yml +++ b/host_vars/shell01.foo.sh.yml @@ -13,3 +13,4 @@ network_interfaces: netmask: 255.255.255.0 proto: static nameservers: [172.20.30.2] + ip6addr: none diff --git a/host_vars/shell02.foo.sh.yml b/host_vars/shell02.foo.sh.yml index c34042b..ce88e70 100644 --- a/host_vars/shell02.foo.sh.yml +++ b/host_vars/shell02.foo.sh.yml @@ -13,3 +13,4 @@ network_interfaces: netmask: 255.255.255.0 proto: static nameservers: [172.20.30.2] + ip6addr: none