]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / ascalon.rb
index bc2bac6f236a1b7842659001105fe4cbfe4c0726..d7b698e59682accfbf627faec9d5a105524796cb 100644 (file)
@@ -4,22 +4,18 @@ description "Master role applied to ascalon"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth1",
+      :external_ipv4 => {
+        :interface => "eno1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.193"
+        :address => "184.107.48.228",
+        :prefix => "27",
+        :gateway => "184.107.48.225"
       }
     }
-  },
-  :accounts => {
-    :users => {
-      :emacsen => { :status => :administrator }
-    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[roundup]"
+  "role[netalerts]"
 )