From d052a63c7c45df8e26c78b36d87281b8c50fd81d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 4 Aug 2025 18:52:27 +0100 Subject: [PATCH] Add IPv6 address for palulukon --- roles/palulukon.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/palulukon.rb b/roles/palulukon.rb index 6b63506c3..62a55ccf6 100644 --- a/roles/palulukon.rb +++ b/roles/palulukon.rb @@ -15,6 +15,11 @@ default_attributes( :prefix => "20", :gateway => "172.31.0.1", :public_address => "3.144.0.72" + }, + :inet6 => { + :address => "2600:1f16:126d:9400:48bc:5b5e:6d26:beb8", + :prefix => "64", + :gateway => "2600:1f16:126d:9400::1" } } } -- 2.39.5