X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/14a572f18ce1a0067cea443b45f4c19808b627ca..0c2b896311d8806dfc396bb03125c0a1ca97479c:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index c52e88a73..879a68c2e 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -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]" )