X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ab70b5c9fbac4a2330ab3dc6ab1056cd3e3d426..cea8a35ffeeb7299c7c6ec4de2ab9360f2f7c23b:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 841564bc3..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", @@ -17,9 +18,6 @@ default_attributes( :address => "2605:bc80:3010:700::8cde:a768" } } - }, - :passenger => { - :ruby_version => "2.5" } )