]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Update carto stylesheet to v5.5.1
[chef.git] / roles / ascalon.rb
index 4cf1d2c2471d455dad8e3cdee5a425fe453eea66..d7b698e59682accfbf627faec9d5a105524796cb 100644 (file)
@@ -4,29 +4,18 @@ description "Master role applied to ascalon"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth1",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.18"
-      },
       :external_ipv4 => {
-        :interface => "eth1.2800",
+        :interface => "eno1",
         :role => :external,
         :family => :inet,
-        :address => "193.60.236.10"
+        :address => "184.107.48.228",
+        :prefix => "27",
+        :gateway => "184.107.48.225"
       }
     }
-  },
-  :accounts => {
-    :users => {
-      :emacsen => { :status => :administrator }
-    }
   }
 )
 
 run_list(
-  "role[ucl-slough]",
-  "role[hp-g5]",
-  "role[roundup]"
+  "role[netalerts]"
 )