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
fe25f73bf7
commit
06df627eeb
1 changed files with 8 additions and 4 deletions
|
@ -146,11 +146,15 @@
|
|||
value: OpenVPN
|
||||
- option: description
|
||||
value: '"OpenVPN is a means of connecting to a server anywhere on the internet, via a middleman server."'
|
||||
- option: middleman_url
|
||||
value: "{{ vpn_presence }}"
|
||||
- option: port
|
||||
value: "{{ openvpn_server_port }}"
|
||||
- option: enabled
|
||||
value: "{{ openvpn_enabled }}"
|
||||
- option: handle
|
||||
value: "{{ openvpn_handle }}"
|
||||
- option: cron_enabled
|
||||
value: "{{ openvpn_cron_enabled }}"
|
||||
- option: server
|
||||
value: "{{ openvpn_server }}"
|
||||
- option: server_virtual_ip
|
||||
value: "{{ openvpn_server_virtual_ip }}"
|
||||
- option: server_port
|
||||
value: "{{ openvpn_server_port }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue