X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2c3bb4b02302a37e1c14e045833feb71b5a3130d..c3a13fca5d82a7203707da7900341e7c30bf60ee:/roles/c3sl.rb?ds=sidebyside diff --git a/roles/c3sl.rb b/roles/c3sl.rb index e53eb64b2..de519e7d3 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -9,19 +9,16 @@ default_attributes( }, :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"] } )