X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d996203ad3b0a08b61513d94f3f88e594bfe7351..5fbc96e38dd8dfcb3eb1ed0a5f4319ccaf244d6d:/roles/wawel.rb?ds=inline diff --git a/roles/wawel.rb b/roles/wawel.rb index e29ac63ec..06f61419f 100644 --- a/roles/wawel.rb +++ b/roles/wawel.rb @@ -2,6 +2,20 @@ name "wawel" description "Master role applied to wawel" default_attributes( + :networking => { + :interfaces => { + :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 => {