]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Enable log_bin_trust_function_creators for civicrm
[chef.git] / roles / ascalon.rb
index 7f5e2bd710cf323c6adb7d2ebe4c15781f978976..d7b698e59682accfbf627faec9d5a105524796cb 100644 (file)
@@ -5,21 +5,17 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth1",
+        :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]"
 )