]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix.rb
Add roles from the private repository
[chef.git] / roles / blix.rb
diff --git a/roles/blix.rb b/roles/blix.rb
new file mode 100644 (file)
index 0000000..756e3c1
--- /dev/null
@@ -0,0 +1,18 @@
+name "blix"
+description "Role applied to all servers at Blix"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :blixadmin => { :status => :administrator }
+    }
+  },
+  :networking => {
+    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :roles => {
+      :external => {
+        :zone => "bx"
+      }
+    }
+  }
+)