X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb690e187c60604ecd3c257edfe9313971ab2fae..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/c3sl.rb diff --git a/roles/c3sl.rb b/roles/c3sl.rb index b44eab9d1..9b2bcc33f 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -9,13 +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"] - } + :wireguard => { :keepalive => 180 } + }, + :timezone => "America/Sao_Paulo" ) override_attributes( + :networking => { + :nameservers => ["200.17.202.3", "200.236.31.1"] + }, :ntp => { :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"] }