]> git.openstreetmap.org Git - chef.git/blob - roles/vodafone-cz.rb
Add role for firnen
[chef.git] / roles / vodafone-cz.rb
1 name "vodafone-cz"
2 description "Role applied to all servers at Vodafone CZ"
3
4 default_attributes(
5   :hosted_by => "Vodafone",
6   :location => "Prague, Czech Republic"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["62.24.64.2", "2a02:8301:0:10::3"]
12   },
13   :ntp => {
14     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[cz]"
20 )