description "Role applied to all network gateways"
default_attributes(
+ :networking => {
+ :wireguard => { :enabled => true }
+ },
:sysctl => {
:network_forwarding => {
:comment => "Enable forwarding",
}
},
:exim => {
- :relay_from_hosts => [ "10.0.0.0/8"]
+ :relay_from_hosts => ["10.0.0.0/8"]
}
)