]> git.openstreetmap.org Git - chef.git/blob - roles/c3sl.rb
Update bundle
[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   :accounts => {
6     :users => {
7       :c3sl => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
11   :location => "Curitiba, Brazil",
12   :timezone => "America/Sao_Paulo",
13   :networking => {
14     :nameservers => ["200.17.202.3", "200.236.31.1"],
15     :roles => {
16       :external => {
17         :zone => "osm"
18       }
19     }
20   }
21 )
22
23 override_attributes(
24   :ntp => {
25     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"]
26   }
27 )
28
29 run_list(
30   "role[br]"
31 )