diff --git a/meta/main.yml b/meta/main.yml index cae6e58..9a8ec92 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,13 +6,11 @@ galaxy_info: galaxy_tags: [] license: GPL2 platforms: - - name: CentOS - version: - - 7 - - 8 - - 9 - - name: RedHat - version: - - 7 - - 8 - - 9 + - name: CentOS + version: + - 7 + - 8 + - name: RedHat + version: + - 7 + - 8 diff --git a/templates/etc/openvpn/server/config.conf.j2 b/templates/etc/openvpn/server/config.conf.j2 index 0eb027f..ef80fcb 100644 --- a/templates/etc/openvpn/server/config.conf.j2 +++ b/templates/etc/openvpn/server/config.conf.j2 @@ -1,11 +1,6 @@ port {{ item.port }} {% if item.proto == "udp" %} proto {{ item.proto }} -fast-io -sndbuf 512000 -rcvbuf 512000 -push "sndbuf 512000" -push "rcvbuf 512000" {% elif item.proto == "tcp" %} proto tcp-server {% endif %} diff --git a/vars/RedHat_9.yml b/vars/RedHat_9.yml deleted file mode 100644 index f87f297..0000000 --- a/vars/RedHat_9.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -openvpn_packages: - - openvpn - - python3-libsemanage - - python3-policycoreutils - - NetworkManager-libnm