1
0
Fork 0
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:
root 2022-01-07 05:29:54 -05:00
parent 32d54c35ee
commit abeb97794f
8 changed files with 126 additions and 126 deletions

View file

@ -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 }}"