]> git.openstreetmap.org Git - chef.git/blob - roles/altavoz.rb
Simplify firewall zones
[chef.git] / roles / altavoz.rb
1 name "altavoz"
2 description "Role applied to all servers at AltaVoz"
3
4 default_attributes(
5   :hosted_by => "AltaVoz",
6   :location => "ViƱa del Mar, Chile",
7   :networking => {
8     :nameservers => [
9       "200.91.44.10",
10       "200.91.41.10"
11     ]
12   }
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "south-america.pool.ntp.org"]
18   }
19 )
20
21 run_list(
22   "role[cl]"
23 )