From 586bf07eb0c3f1cdf6f5afcea9bd7ea81cde8564 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Mar 2019 00:06:04 +0000 Subject: [PATCH] Enable netplan for French tile caches --- roles/naga.rb | 1 + roles/necrosan.rb | 1 + roles/nepomuk.rb | 1 + roles/noomoahk.rb | 1 + roles/norbert.rb | 1 + 5 files changed, 5 insertions(+) diff --git a/roles/naga.rb b/roles/naga.rb index 00ee1e368..009a3ea7f 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -3,6 +3,7 @@ description "Master role applied to naga" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens18", diff --git a/roles/necrosan.rb b/roles/necrosan.rb index f042dd78e..cfafe7e85 100644 --- a/roles/necrosan.rb +++ b/roles/necrosan.rb @@ -3,6 +3,7 @@ description "Master role applied to necrosan" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens18", diff --git a/roles/nepomuk.rb b/roles/nepomuk.rb index 46a199b94..11c285464 100644 --- a/roles/nepomuk.rb +++ b/roles/nepomuk.rb @@ -3,6 +3,7 @@ description "Master role applied to nepomuk" default_attributes( :networking => { + :netplan => true, :firewall => { :inet => [ { diff --git a/roles/noomoahk.rb b/roles/noomoahk.rb index 61876296a..332db425b 100644 --- a/roles/noomoahk.rb +++ b/roles/noomoahk.rb @@ -3,6 +3,7 @@ description "Master role applied to noomoahk" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens3", diff --git a/roles/norbert.rb b/roles/norbert.rb index d90f8602d..c998fb12a 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -3,6 +3,7 @@ description "Master role applied to norbert" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens18", -- 2.43.2