X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/hetzner.rb diff --git a/roles/hetzner.rb b/roles/hetzner.rb index 0231ca0a7..20d855f65 100644 --- a/roles/hetzner.rb +++ b/roles/hetzner.rb @@ -2,7 +2,7 @@ name "hetzner" description "Role applied to all servers at Hetzner" default_attributes( - :location => "Falkenstein, Germany", + :hosted_by => "Hetzner", :networking => { :nameservers => [ "213.133.98.98", @@ -11,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" - } - } + ] } )