X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ae23398ffb24aebf67db392cdea316d8550f6da..5fde77fb90280da2c008bb5e8e83f6635b999715:/roles/palulukon.rb diff --git a/roles/palulukon.rb b/roles/palulukon.rb index 9045e7bcc..0a1adf68f 100644 --- a/roles/palulukon.rb +++ b/roles/palulukon.rb @@ -4,17 +4,18 @@ description "Master role applied to palulukon" default_attributes( :networking => { :firewall => { - :whitelist => ["172.31.0.2"] + :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" + } } } },