Compare commits

...
Sign in to create a new pull request.

4 commits
WIP ... master

Author SHA1 Message Date
751f3da506
Add RHEL9 vars file 2024-09-15 01:13:12 +02:00
d4c2da529f
Update meta
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-12-14 09:12:22 +01:00
af5e137db3
Update template
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-09-01 01:11:03 +02:00
90a11a1aad Merge pull request 'Manage bridge insterface with ansible' (#1) from WIP into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
2020-12-31 00:11:59 +00:00
3 changed files with 21 additions and 8 deletions

View file

@ -6,11 +6,13 @@ galaxy_info:
galaxy_tags: []
license: GPL2
platforms:
- name: CentOS
version:
- 7
- 8
- name: RedHat
version:
- 7
- 8
- name: CentOS
version:
- 7
- 8
- 9
- name: RedHat
version:
- 7
- 8
- 9

View file

@ -1,6 +1,11 @@
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 %}

6
vars/RedHat_9.yml Normal file
View file

@ -0,0 +1,6 @@
---
openvpn_packages:
- openvpn
- python3-libsemanage
- python3-policycoreutils
- NetworkManager-libnm