]> git.openstreetmap.org Git - chef.git/blob - roles/utelecom.rb
Simplify firewall zones
[chef.git] / roles / utelecom.rb
1 name "utelecom"
2 description "Role applied to all servers at Ukrainian Telecommunication Group"
3
4 default_attributes(
5   :hosted_by => "Ukrainian Telecommunication Group",
6   :location => "Kiev, Ukraine",
7   :networking => {
8     :nameservers => ["8.8.8.8", "8.8.4.4"]
9   }
10 )
11
12 override_attributes(
13   :ntp => {
14     :servers => ["0.ua.pool.ntp.org", "1.ua.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[ua]"
20 )