]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Correct interface name
[chef.git] / roles / ascalon.rb
index 9b6ecd00eeb4bffaa019ca943ec384dd81e40678..7f5e2bd710cf323c6adb7d2ebe4c15781f978976 100644 (file)
@@ -4,16 +4,22 @@ description "Master role applied to ascalon"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
         :family => :inet,
-        :address => "10.0.0.18"
+        :address => "128.40.45.193"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]",
+  "role[roundup]"
 )