]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ffrl.rb
Add role for kalessin
[chef.git] / roles / ffrl.rb
diff --git a/roles/ffrl.rb b/roles/ffrl.rb
new file mode 100644 (file)
index 0000000..6cd12e9
--- /dev/null
@@ -0,0 +1,24 @@
+name "ffrl"
+description "Role applied to all servers at Freifunk Rheinland"
+
+default_attributes(
+  :hosted_by => "Freifunk Rheinland",
+  :location => "Berlin, Germany",
+  :networking => {
+    :roles => {
+      :external => {
+        :zone => "ffr"
+      }
+    }
+  }
+)
+
+override_attributes(
+  :ntp => {
+    :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
+  }
+)
+
+run_list(
+  "role[de]"
+)