X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..7e52994e42d49a148ab9b1931d79e59f837af8a7:/roles/ucl.rb?ds=sidebyside diff --git a/roles/ucl.rb b/roles/ucl.rb index 27064ea23..b3220a994 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,5 +39,6 @@ override_attributes( ) run_list( - "role[gb]" + "role[gb]", + "recipe[prometheus]" )