mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ansible indentation norm across 7-8 roles
This commit is contained in:
parent
32d54c35ee
commit
abeb97794f
8 changed files with 126 additions and 126 deletions
|
|
@ -26,11 +26,11 @@
|
|||
option: "{{ item.option }}"
|
||||
value: "{{ item.value | string }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: remote.it
|
||||
- option: description
|
||||
value: '"https://remote.it can help you remotely maintain an IIAB. 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
|
||||
value: "{{ remoteit_enabled }}"
|
||||
- option: name
|
||||
value: remote.it
|
||||
- option: description
|
||||
value: '"https://remote.it can help you remotely maintain an IIAB. 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
|
||||
value: "{{ remoteit_enabled }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue