]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Enable netplan for various miscellaneous machines
[chef.git] / roles / stormfly-01.rb
index c52e88a732f520dbf21c64558de92847dc12a54c..879a68c2efe440ff10debbdc5f7a1a937931f654 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to stormfly-01"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "em1",
@@ -23,5 +24,5 @@ default_attributes(
 run_list(
   "role[osuosl]",
   "role[hp-dl360-g6]",
-  "role[wiki]"
+  "role[taginfo]"
 )