From c5547dd0cffc607cd6653f5caefa4e0ea9f7bb06 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 May 2019 11:41:38 +0100 Subject: [PATCH] Update network interface name for longma --- roles/longma.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/longma.rb b/roles/longma.rb index afb38e151..8de62a5d0 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -10,7 +10,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet, :address => "140.110.240.7", @@ -18,7 +18,7 @@ default_attributes( :gateway => "140.110.240.254" }, :external_ipv6 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet6, :address => "2001:e10:2000:240::7", -- 2.43.2