X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/hetzner.rb 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"] }