X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6c060b9a89ce3033b7acf12fc06056557a99838a..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/palulukon.rb diff --git a/roles/palulukon.rb b/roles/palulukon.rb index 69183cb9e..0a1adf68f 100644 --- a/roles/palulukon.rb +++ b/roles/palulukon.rb @@ -3,15 +3,19 @@ description "Master role applied to palulukon" default_attributes( :networking => { + :firewall => { + :allowlist => ["172.31.0.2"] + }, :interfaces => { - :external_ipv4 => { + :external => { :interface => "ens5", :role => :external, - :family => :inet, - :address => "172.31.37.101", - :prefix => "20", - :gateway => "172.31.32.1", - :public_address => "3.144.0.72" + :inet => { + :address => "172.31.37.101", + :prefix => "20", + :gateway => "172.31.32.1", + :public_address => "3.144.0.72" + } } } },