1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1640 from holta/openvpn-vars-cleanup

Cleanup of roles/openvpn/defaults/main.yml
This commit is contained in:
A Holt 2019-05-09 00:49:53 -04:00 committed by GitHub
commit 46bb2101ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,15 @@
openvpn_install: True
openvpn_enable: False
# openvpn_install: True
# openvpn_enabled: False
# For /etc/iiab/openvpn_handle
openvpn_handle: ""
# openvpn_handle: ""
# cron seems necessary on CentOS:
openvpn_cron_enabled: False
# openvpn_cron_enabled: False
openvpn_server: xscenet.net
openvpn_server_virtual_ip: 10.8.0.1
openvpn_server_port: 1194
# openvpn_server: xscenet.net
# openvpn_server_virtual_ip: 10.8.0.1
# openvpn_server_port: 1194
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!