From 237454ba853566e0562d5ec49e0d6e9226941af9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Mar 2019 17:40:24 +0000 Subject: [PATCH] Enable netplan for all Equinix machines --- roles/equinix.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/equinix.rb b/roles/equinix.rb index 85d445dce..8b711a296 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -3,6 +3,7 @@ description "Role applied to all servers at Equinix" default_attributes( :networking => { + :netplan => true, :nameservers => ["66.28.0.45", "66.28.0.61", "2001:978:1:1::d", "2001:978:1:2::d"], :roles => { :internal => { -- 2.43.2