WIP for CentOS 8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-07-13 01:14:43 +02:00
parent 0053d6e2b3
commit b1a1cd76c0
2 changed files with 129 additions and 118 deletions

View file

@ -1,4 +1,6 @@
--- ---
- name: Openvpn Server setup
block:
- name: Include vars for {{ ansible_os_family }} - name: Include vars for {{ ansible_os_family }}
include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml" 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 --zone=external --permanent
# firewall-cmd --add-service=openvpn-tcp --zone=external --permanent # firewall-cmd --add-service=openvpn-tcp --zone=external --permanent
tags:
- openvpn
- openvpn-server

6
vars/RedHat_8.yml Normal file
View file

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