From 530cbc5535a6afdca8c3ac9ed1f9ca4e2d7176e1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Sep 2020 19:10:06 +0100 Subject: [PATCH] Add wireguard keepalives to a few more machines --- roles/c3sl.rb | 3 ++- roles/yandex.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/c3sl.rb b/roles/c3sl.rb index b44eab9d1..de519e7d3 100644 --- a/roles/c3sl.rb +++ b/roles/c3sl.rb @@ -11,7 +11,8 @@ default_attributes( :location => "Curitiba, Brazil", :timezone => "America/Sao_Paulo", :networking => { - :nameservers => ["200.17.202.3", "200.236.31.1"] + :nameservers => ["200.17.202.3", "200.236.31.1"], + :wireguard => { :keepalive => 180 } } ) diff --git a/roles/yandex.rb b/roles/yandex.rb index 780c8face..b6c42e88a 100644 --- a/roles/yandex.rb +++ b/roles/yandex.rb @@ -6,7 +6,8 @@ default_attributes( :location => "Moscow, Russia", :timezone => "Europe/Moscow", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"] + :nameservers => ["8.8.8.8", "8.8.4.4"], + :wireguard => { :keepalive => 180 } } ) -- 2.43.2