Update to 2021-06-01 15:00

master
Daniel Berteaud 3 years ago
parent 611a37c762
commit ce5074c957
  1. 2
      roles/openvpn/defaults/main.yml
  2. 11
      roles/openvpn/templates/openvpn.conf.j2
  3. 1
      roles/zabbix_agent/vars/Debian-10.yml
  4. 1
      roles/zabbix_agent/vars/Debian-9.yml

@ -41,3 +41,5 @@ ovpn_daemon_defaults:
push_routes: []
client_to_client: False
duplicate_dn: False
# rcvbuf: 524288
# sndbuf: 524288

@ -98,3 +98,14 @@ keepalive 10 60
{% if item.proto == 'udp' %}
mtu-test
{% endif %}
{% if item.rcvbuf is defined %}
rcvbuf {{ item.rcvbuf }}
{% endif %}
{% if item.sndbuf is defined %}
sndbuf {{ item.sndbuf }}
{% endif %}
{% if item.proto == 'udp' %}
fast-io
{% endif %}

@ -11,3 +11,4 @@ zabbix_agent_packages:
- lm-sensors
- patch
- fping
- libstatistics-descriptive-perl

@ -11,3 +11,4 @@ zabbix_agent_packages:
- lm-sensors
- patch
- fping
- libstatistics-descriptive-perl

Loading…
Cancel
Save