description "Role applied to all servers at UCL"
default_attributes(
- :chef => {
- :client => {
- :version => "13.6.4"
- }
- },
:location => "Slough, England",
:networking => {
: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 => {
:gateway => "193.60.236.254"
}
}
+ },
+ :wireguard => {
+ :keepalive => 180
}
}
)