X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/ovh.rb diff --git a/roles/ovh.rb b/roles/ovh.rb index dba20da4b..f8391a2aa 100644 --- a/roles/ovh.rb +++ b/roles/ovh.rb @@ -2,12 +2,19 @@ name "ovh" description "Role applied to all servers at OVH" default_attributes( + :hosted_by => "OVH", + :location => "Roubaix, France" +) + +override_attributes( :networking => { - :nameservers => [ "8.8.4.4", "213.186.33.99", "8.8.8.8" ], - :roles => { - :external => { - :zone => "ov" - } - } + :nameservers => ["213.186.33.99"] + }, + :ntp => { + :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"] } ) + +run_list( + "role[fr]" +)