]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chrysophylax.rb
Enable netplan for American tile caches
[chef.git] / roles / chrysophylax.rb
index a2be495e4cac6141db76fb1da4ba2aacb6c43ff8..91bd103dd329968e2e84e48c256e67aa3137166d 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to chrysophylax"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens160",
@@ -39,5 +40,6 @@ default_attributes(
 
 run_list(
   "role[iway]",
+  "role[geodns]",
   "role[tilecache]"
 )