1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-08-15 22:50:06 -04:00 committed by GitHub
parent cb42362a37
commit 2c268a8615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@
value: "OpenVPN is a means of connecting to other machines anywhere on the internet, via a middleman server, using Virtual Private Network techniques to create secure connections." value: "OpenVPN is a means of connecting to other machines anywhere on the internet, via a middleman server, using Virtual Private Network techniques to create secure connections."
- option: enabled - option: enabled
value: "{{ openvpn_enabled }}" value: "{{ openvpn_enabled }}"
# openvpn_handle variable cannot be left undefined of August 2018 (empty string "" is Ok, in which case OpenVPN server should use /etc/iiab/uuid in lieu of the handle) # openvpn_handle variable can no longer be left complete undefined of August 2018 (EMPTY STRING "" IS TOLERATED, in which case OpenVPN server should use /etc/iiab/uuid in lieu of the handle)
- option: handle - option: handle
value: "{{ openvpn_handle }}" value: "{{ openvpn_handle }}"
- option: cron_enabled - option: cron_enabled