From 80e14e29cd6a086e436c2426029435dbf27a891a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Nov 2022 13:56:03 +0000 Subject: [PATCH] Add public address for palulukon --- roles/palulukon.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/palulukon.rb b/roles/palulukon.rb index c1f5a1922..a80b2d79f 100644 --- a/roles/palulukon.rb +++ b/roles/palulukon.rb @@ -10,7 +10,8 @@ default_attributes( :family => :inet, :address => "172.31.37.101", :prefix => "20", - :gateway => "172.31.32.1" + :gateway => "172.31.32.1", + :public_address => "3.144.0.72" } } } -- 2.39.5