X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c3da9d2adad829b087cf19bed1f76e68681ac0e9..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index f0edbfdfe..516c925d3 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -4,12 +4,14 @@ description "Role applied to all servers at UCL" default_attributes( :location => "Slough, England", :networking => { - :netplan => true, :roles => { :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 => { @@ -19,6 +21,9 @@ default_attributes( :gateway => "193.60.236.254" } } + }, + :wireguard => { + :keepalive => 180 } } )