]> git.openstreetmap.org Git - chef.git/commitdiff
Add noquiklos role
authorGrant Slater <git@firefishy.com>
Fri, 27 Sep 2013 23:47:14 +0000 (00:47 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 27 Sep 2013 23:47:14 +0000 (00:47 +0100)
roles/noquiklos.rb [new file with mode: 0644]

diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb
new file mode 100644 (file)
index 0000000..0cf85aa
--- /dev/null
@@ -0,0 +1,19 @@
+name "noquiklos"
+description "Master role applied to noquiklos"
+
+default_attributes(
+  :networking => {
+    :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.89.121.98"
+      }
+    }
+  }
+)
+
+run_list(
+  "role[firefishynet]"
+)