X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/63927aa614a2259487982cbe94e2189edc2de206..781c63dd2c806e4acc37740303b09bdb5092cb8d:/roles/gandi.rb diff --git a/roles/gandi.rb b/roles/gandi.rb new file mode 100644 index 000000000..6868a7c61 --- /dev/null +++ b/roles/gandi.rb @@ -0,0 +1,29 @@ +name "gandi" +description "Role applied to all servers at Gandi" + +default_attributes( + :hosted_by => "Gandi", + :location => "Bissen, Luxembourg", + :networking => { + :nameservers => [ + "217.70.186.194", + "217.70.186.193", + "2001:4b98:dc2:49::193" + ], + :roles => { + :external => { + :zone => "osm" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.lu.pool.ntp.org", "1.lu.pool.ntp.org", "europe.pool.ntp.org"] + } +) + +run_list( + "role[lu]" +)