X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7f8cb5ed5c29db37b8c9ed7cec704028689525d2..ffb376437e213e0ff904e22482f10b539519a521:/roles/c3sl.rb diff --git a/roles/c3sl.rb b/roles/c3sl.rb index 2cd7f7d58..de519e7d3 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -2,21 +2,23 @@ name "c3sl" description "Role applied to all servers at Centro de Computação Científica e Software Livre" default_attributes( + :accounts => { + :users => { + :c3sl => { :status => :administrator } + } + }, :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná", :location => "Curitiba, Brazil", + :timezone => "America/Sao_Paulo", :networking => { :nameservers => ["200.17.202.3", "200.236.31.1"], - :roles => { - :external => { - :zone => "osm" - } - } + :wireguard => { :keepalive => 180 } } ) override_attributes( :ntp => { - :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"] + :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"] } )