]> git.openstreetmap.org Git - chef.git/blob - roles/c3sl.rb
Version bump cividiscount
[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   :networking => {
13     :wireguard => { :keepalive => 180 }
14   },
15   :timezone => "America/Sao_Paulo"
16 )
17
18 override_attributes(
19   :networking => {
20     :nameservers => ["200.17.202.3", "200.236.31.1"]
21   },
22   :ntp => {
23     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
24   }
25 )
26
27 run_list(
28   "role[br]"
29 )