From: Tom Hughes Date: Tue, 26 Feb 2019 19:11:32 +0000 (+0000) Subject: Restrict SNMP access on HostedIN.NZ machines X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0208aa8cceeedcd647c2157921e9da55ad01940a Restrict SNMP access on HostedIN.NZ machines --- diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb index 2c7437677..ef2438796 100644 --- a/roles/hostedinnz.rb +++ b/roles/hostedinnz.rb @@ -18,6 +18,7 @@ default_attributes( } }, :snmpd => { + :clients => ["103.106.66.28"], :community => "hostedinnz", :location => "Wellington" }