X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5811d89a2b44404da51e640f5899a4e637057127..dca9aff59c1ecd82f2f17c1a91b5eebed19700f7:/roles/c3sl.rb diff --git a/roles/c3sl.rb b/roles/c3sl.rb index e01f5ed3d..9b2bcc33f 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -9,18 +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 } + }, + :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"] }