Externalize role
This commit is contained in:
commit
dbd8ed5949
9 changed files with 272 additions and 0 deletions
7
templates/etc/firewalld/services/openvpn.xml
Normal file
7
templates/etc/firewalld/services/openvpn.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
<short>OpenVPN TCP and UDP</short>
|
||||
<description>OpenVPN is a virtual private network (VPN) solution. It is used to create encrypted point-to-point tunnels between computers. If you plan to provide a VPN service, enable this option.</description>
|
||||
<port protocol="tcp" port="{{ openvpn_port }}"/>
|
||||
<port protocol="udp" port="{{ openvpn_port }}"/>
|
||||
</service>
|
||||
Loading…
Add table
Add a link
Reference in a new issue