X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06c82135416343bfd18dc84a862c5d4743540ce4..f6f2f9e52a1f7c2c13027779da1a3b7f49ff2763:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index 7f74979a5..516c925d3 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -8,7 +8,10 @@ default_attributes( :internal => { :inet => { :prefix => "20", - :gateway => "10.0.0.3" + :gateway => "10.0.0.3", + :routes => { + "10.0.0.0/8" => { :via => "10.0.0.3" } + } } }, :external => { @@ -18,6 +21,9 @@ default_attributes( :gateway => "193.60.236.254" } } + }, + :wireguard => { + :keepalive => 180 } } ) @@ -33,6 +39,5 @@ override_attributes( ) run_list( - "role[gb]", - "recipe[prometheus]" + "role[gb]" )