]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lyonix.rb
Enable firewall on tile caches
[chef.git] / roles / lyonix.rb
index a5aff59e0b33853778abbada6fe3fce94d3ef8d7..3a0c8589a4251c51cb1a6484177cb1ab17ac1275 100644 (file)
@@ -5,18 +5,14 @@ default_attributes(
   :hosted_by => "LyonIX",
   :location => "Lyon, France",
   :networking => {
-    :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "ly"
-      }
-    }
+    :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"]
   },
   :snmpd => {
-    :clients => ["77.95.64.0/24", "77.95.70.0/24"],
+    :clients => ["77.95.64.0/21"],
+    :clients6 => ["2a03:9180::/32", "2001:7f8:47::/48"],
     :community => "lyonix",
     :location => "LYON",
-    :contact => "noc@lyonix.net"
+    :contact => "sysadm@rezopole.net"
   }
 )