]> git.openstreetmap.org Git - chef.git/blob - roles/delta.rb
Add location information to tile caches
[chef.git] / roles / delta.rb
1 name "delta"
2 description "Role applied to all servers at Delta Telecom"
3
4 default_attributes(
5   :location => "Baku, Azerbaijan",
6   :networking => {
7     :nameservers => ["94.20.20.20", "8.8.8.8", "8.8.4.4"],
8     :roles => {
9       :external => {
10         :zone => "dt"
11       }
12     }
13   }
14 )
15
16 override_attributes(
17   :ntp => {
18     :servers => ["0.az.pool.ntp.org", "1.az.pool.ntp.org", "europe.pool.ntp.org"]
19   }
20 )
21
22 run_list(
23   "role[az]"
24 )