From: Tom Hughes Date: Wed, 4 Dec 2019 10:13:52 +0000 (+0000) Subject: Enable SNMP access to naga X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a4936a38c4593c7e780b32ab866c4e4c44068fbd Enable SNMP access to naga --- diff --git a/roles/fullsave.rb b/roles/fullsave.rb index 53418193f..657f9274d 100644 --- a/roles/fullsave.rb +++ b/roles/fullsave.rb @@ -5,6 +5,30 @@ default_attributes( :hosted_by => "FullSave", :location => "Toulouse, France", :networking => { + :firewall => { + :inet => [ + { + :action => "ACCEPT", + :source => "net:185.116.130.12", + :dest => "fw", + :proto => "udp", + :dest_ports => "snmp", + :source_ports => "1024:", + :rate_limit => "-", + :connection_limit => "-" + }, + { + :action => "ACCEPT", + :source => "net:100.80.8.0/24", + :dest => "fw", + :proto => "udp", + :dest_ports => "snmp", + :source_ports => "1024:", + :rate_limit => "-", + :connection_limit => "-" + } + ] + }, :nameservers => ["141.0.202.202", "141.0.202.203"], :roles => { :external => {