X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b495f1621d08ae9d828ea9c97bcfe9b8b9e9517..0c2b896311d8806dfc396bb03125c0a1ca97479c:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index f155ba3f5..879a68c2e 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -3,17 +3,26 @@ description "Master role applied to stormfly-01" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "em1", :role => :external, :family => :inet, :address => "140.211.167.104" + }, + :external_ipv6 => { + :interface => "em1", + :role => :external, + :family => :inet6, + :address => "2605:bc80:3010:700::8cde:a768" } } } ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-dl360-g6]", + "role[taginfo]" )