]> git.openstreetmap.org Git - chef.git/blobdiff - roles/konqi.rb
Link to explanantions when not to use the form is 3-fold redirect
[chef.git] / roles / konqi.rb
index 5f7fb006ff832ecb0c978c58bd7b6f4d6a15a0fc..10e69e19617b3891a53cf00004cc0bfd8244a077 100644 (file)
@@ -3,9 +3,10 @@ description "Master role applied to konqi"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
-        :interface => "p2p1",
+        :interface => "eth0",
         :role => :external,
         :family => :inet,
         :address => "81.7.11.83",
@@ -13,10 +14,10 @@ default_attributes(
         :gateway => "81.7.11.1"
       },
       :external_ipv6 => {
-        :interface => "p2p1",
+        :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2a02:180:1:1::517:ad5",
+        :address => "2a02:180:1:1::517:b53",
         :prefix => "64",
         :gateway => "2a02:180:1:1::1"
       }
@@ -29,14 +30,12 @@ default_attributes(
   :tilecache => {
     :tile_parent => "germany.render.openstreetmap.org",
     :tile_siblings => [
-       "tabaluga.openstreetmap.org",
-       "katie.openstreetmap.org",
-       "trogdor.openstreetmap.org",
-       "nepomuk.openstreetmap.org",
-       "ridgeback.openstreetmap.org",
-       "fume.openstreetmap.org",
-       "gorynych.openstreetmap.org",
-       "simurgh.openstreetmap.org"
+      "katie.openstreetmap.org",
+      "trogdor.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "ridgeback.openstreetmap.org",
+      "gorynych.openstreetmap.org",
+      "simurgh.openstreetmap.org"
     ]
   }
 )