This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/openvpn: add defaults
server_fqdn: {{ ansible_hostname }}.{{ domain }} specification in defaults/main.yaml
python3
Zolfa
5 years ago
parent
322f876f00
commit
33b61bf032
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/openvpn/defaults/main.yaml
+2
-0
roles/openvpn/tasks/main.yaml
+ 3
- 0
roles/openvpn/defaults/main.yaml
View File
@ -0,0 +1,3 @@
---
server_fqdn
:
'{{ inventory_hostname }}.{{ domain }}'
...
+ 2
- 0
roles/openvpn/tasks/main.yaml
View File
@ -18,6 +18,8 @@
tags:
-
'tls_int'
# Shouldn't be required for TLSv1.3
#
#- name: create openvpn dh2048
# shell: 'openssl dhparam -out /etc/openvpn/dh2048.pem 2048'
# args:
Write
Preview
Loading…
Cancel
Save