]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tuatara.rb
Update IP address for tuatara
[chef.git] / roles / tuatara.rb
index afad1ab8286642c776af2b091b97855a9c1f3d57..b193220aa500297f7fce205be76e77b412b562da 100644 (file)
@@ -3,15 +3,14 @@ description "Master role applied to tuatara"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eno1",
         :role => :external,
         :family => :inet,
-        :address => "103.106.66.202",
-        :prefix => "24",
-        :gateway => "103.106.66.254"
+        :address => "114.23.141.203",
+        :prefix => "29",
+        :gateway => "114.23.141.201"
       }
     }
   },