mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update roles/remoteit/tasks/main.yml
This commit is contained in:
parent
783841c7d9
commit
35c21bf668
1 changed files with 2 additions and 3 deletions
|
@ -27,10 +27,9 @@
|
|||
value: "{{ item.value | string }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: Remote It
|
||||
value: remote.it
|
||||
- option: description
|
||||
value: '"remote.it allows you to make secure remote connections between two computers. Some of the benefits include:
|
||||
Crossing multiple NATs/firewallsUsing a single TCP portportforwardless: without requiring port forwarding in the router, significantly reducing your network''s vulnerability."'
|
||||
value: '"remote.it allows you to make secure remote connections between two computers. Some benefits include: crossing multiple NATs/firewalls using a single TCP port, without requiring router port forwarding, and reducing your network''s vulnerability."'
|
||||
- option: remoteit_install
|
||||
value: "{{ remoteit_install }}"
|
||||
- option: remoteit_enabled
|
||||
|
|
Loading…
Reference in a new issue