]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
set owner/group for php-fpm sockets
[chef.git] / roles / ascalon.rb
index b27b9e0870302911bc52511ea505ab6e43e38101..7f5e2bd710cf323c6adb7d2ebe4c15781f978976 100644 (file)
@@ -4,11 +4,11 @@ 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"
       }
     }
   },
@@ -20,6 +20,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "role[roundup]"
 )