This commit is contained in:
parent
0053d6e2b3
commit
b1a1cd76c0
2 changed files with 129 additions and 118 deletions
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
- name: Openvpn Server setup
|
||||
block:
|
||||
- name: Include vars for {{ ansible_os_family }}
|
||||
include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
||||
|
||||
|
|
@ -133,3 +135,6 @@
|
|||
# firewall-cmd --add-service=openvpn --zone=external --permanent
|
||||
# firewall-cmd --add-service=openvpn-tcp --zone=external --permanent
|
||||
|
||||
tags:
|
||||
- openvpn
|
||||
- openvpn-server
|
||||
|
|
|
|||
6
vars/RedHat_8.yml
Normal file
6
vars/RedHat_8.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
openvpn_packages:
|
||||
- openvpn
|
||||
- python3-libsemanage
|
||||
- python3-policycoreutils
|
||||
# - NetworkManager-libnm
|
||||
Loading…
Add table
Add a link
Reference in a new issue