From: Tom Hughes Date: Wed, 4 Sep 2024 21:50:22 +0000 (+0100) Subject: Add network configuration for wawel X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5887b36349892fa4109404fe994ad2ba5ad581f6 Add network configuration for wawel --- diff --git a/roles/wawel.rb b/roles/wawel.rb index e29ac63ec..69e1e8978 100644 --- a/roles/wawel.rb +++ b/roles/wawel.rb @@ -2,6 +2,20 @@ name "wawel" description "Master role applied to wawel" default_attributes( + :networking => { + :intefaces => { + :external => { + :interface => "ens3", + :role => :external, + :inet => { + :address => "10.0.0.51", + :prefix => "24", + :gateway => "10.0.0.1", + :public_address => "64.225.136.96" + } + } + } + }, :postgresql => { :settings => { :defaults => {