X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..d4c71a0180b19a1ac263b21424eed15a14a568c7:/roles/hetzner.rb?ds=sidebyside diff --git a/roles/hetzner.rb b/roles/hetzner.rb index 0231ca0a7..4948c8d6c 100644 --- a/roles/hetzner.rb +++ b/roles/hetzner.rb @@ -2,7 +2,10 @@ name "hetzner" description "Role applied to all servers at Hetzner" default_attributes( - :location => "Falkenstein, Germany", + :hosted_by => "Hetzner" +) + +override_attributes( :networking => { :nameservers => [ "213.133.98.98", @@ -11,16 +14,8 @@ default_attributes( "2a01:4f8:0:a111::add:9898", "2a01:4f8:0:a102::add:9999", "2a01:4f8:0:a0a1::add:1010" - ], - :roles => { - :external => { - :zone => "hz" - } - } - } -) - -override_attributes( + ] + }, :ntp => { :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] }