]> git.openstreetmap.org Git - chef.git/blob - roles/c3sl.rb
2cd7f7d5835853e2b01379cf6b5ea5e5cfe9b9c7
[chef.git] / roles / c3sl.rb
1 name "c3sl"
2 description "Role applied to all servers at Centro de Computação Científica e Software Livre"
3
4 default_attributes(
5   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
6   :location => "Curitiba, Brazil",
7   :networking => {
8     :nameservers => ["200.17.202.3", "200.236.31.1"],
9     :roles => {
10       :external => {
11         :zone => "osm"
12       }
13     }
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[br]"
25 )