]> git.openstreetmap.org Git - chef.git/blobdiff - roles/cmok.rb
nominatim: add new Gnome IPs
[chef.git] / roles / cmok.rb
index 09bbffd5cca381d28635d4f0d885f9150dc65f45..2c16e30c3099e7514874c77f2426bc820ae1ac1f 100644 (file)
@@ -8,6 +8,7 @@ default_attributes(
         :interface => "ens3",
         :role => :external,
         :inet => {
+          :address => "10.0.0.228",
           :prefix => "24",
           :gateway => "10.0.0.1",
           :public_address => "64.225.143.127"
@@ -34,5 +35,6 @@ default_attributes(
 )
 
 run_list(
-  "role[cloudferro-waw3-2]"
+  "role[cloudferro-waw3-2]",
+  "role[vectortile]"
 )