]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Improve PDU monitoring
[chef.git] / roles / dulcy.rb
index 0684875df40d631656d664508c85862ab30dd31d..a65bd041da3dde3448963460ed55a0c92dceb276 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
         :interface => "bond0",
         :role => :internal,
         :family => :inet,
-        :address => "10.0.48.1",
+        :address => "10.0.48.9",
         :bond => {
           :slaves => %w[p18p1 p18p2]
         }
@@ -73,6 +73,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[nominatim]"
 )