]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Enable netplan for all Equinix machines
[chef.git] / roles / ucl.rb
index f3a0305950a45f574c118c520ec9957c79690d0c..f0edbfdfe98c234548e96782bd6c5d4654607c73 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at UCL"
 default_attributes(
   :location => "Slough, England",
   :networking => {
+    :netplan => true,
     :roles => {
       :internal => {
         :inet => {
@@ -28,7 +29,7 @@ override_attributes(
     :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
-    :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
   }
 )