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