]> git.openstreetmap.org Git - chef.git/blob - roles/c3sl.rb
Enable wireguard on jakelong
[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     :wireguard => { :keepalive => 180 }
16   }
17 )
18
19 override_attributes(
20   :ntp => {
21     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
22   }
23 )
24
25 run_list(
26   "role[br]"
27 )