mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
928eac19f7
commit
9da941333c
1 changed files with 3 additions and 3 deletions
|
@ -176,9 +176,9 @@
|
|||
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
|
||||
value: "{{ openvpn_enabled }}"
|
||||
# Uncomment *if* openvpn_handle variable later becomes mandatory
|
||||
# - option: handle
|
||||
# value: "{{ openvpn_handle }}"
|
||||
# Uncommented as openvpn_handle variable is now mandatory: (if set to "", the UUID will be used instead)
|
||||
- option: handle
|
||||
value: "{{ openvpn_handle }}"
|
||||
- option: cron_enabled
|
||||
value: "{{ openvpn_cron_enabled }}"
|
||||
- option: server
|
||||
|
|
Loading…
Add table
Reference in a new issue