mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
cleanup of roles/openvpn/defaults/main.yml
This commit is contained in:
parent
1639aacf45
commit
1392dddcf0
1 changed files with 10 additions and 7 deletions
|
@ -1,12 +1,15 @@
|
||||||
openvpn_install: True
|
# openvpn_install: True
|
||||||
openvpn_enable: False
|
# openvpn_enable: False
|
||||||
|
|
||||||
# For /etc/iiab/openvpn_handle
|
# For /etc/iiab/openvpn_handle
|
||||||
openvpn_handle: ""
|
# openvpn_handle: ""
|
||||||
|
|
||||||
# cron seems necessary on CentOS:
|
# cron seems necessary on CentOS:
|
||||||
openvpn_cron_enabled: False
|
# openvpn_cron_enabled: False
|
||||||
|
|
||||||
openvpn_server: xscenet.net
|
# openvpn_server: xscenet.net
|
||||||
openvpn_server_virtual_ip: 10.8.0.1
|
# openvpn_server_virtual_ip: 10.8.0.1
|
||||||
openvpn_server_port: 1194
|
# 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!
|
||||||
|
|
Loading…
Reference in a new issue