X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b572057a4c571df94d32252e32a8689e7f381e0..1f226728b8d363340f3ccd696ce1259bb0159ef5:/roles/hetzner.rb diff --git a/roles/hetzner.rb b/roles/hetzner.rb index 308c0d79e..20d855f65 100644 --- a/roles/hetzner.rb +++ b/roles/hetzner.rb @@ -3,7 +3,6 @@ description "Role applied to all servers at Hetzner" default_attributes( :hosted_by => "Hetzner", - :location => "Falkenstein, Germany", :networking => { :nameservers => [ "213.133.98.98", @@ -12,12 +11,7 @@ default_attributes( "2a01:4f8:0:a111::add:9898", "2a01:4f8:0:a102::add:9999", "2a01:4f8:0:a0a1::add:1010" - ], - :roles => { - :external => { - :zone => "hz" - } - } + ] } )