X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..939b531983608cfdfe7259c2ade68062ce68efce:/roles/gateway.rb?ds=inline diff --git a/roles/gateway.rb b/roles/gateway.rb index 80ae347a5..d842bf412 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -2,20 +2,15 @@ name "gateway" description "Role applied to all network gateways" default_attributes( - :networking => { - :wireguard => { :enabled => true } - }, :sysctl => { :network_forwarding => { :comment => "Enable forwarding", :parameters => { "net.ipv4.ip_forward" => "1" } } - }, - :exim => { - :relay_from_hosts => ["10.0.0.0/8"] } ) run_list( - "recipe[bind]" + "recipe[bind]", + "recipe[prometheus::smokeping]" )