- name:Add 'remoteit' variable values to {{ iiab_ini_file }}
ini_file:
path:"{{ iiab_ini_file }}"# /etc/iiab/iiab.ini
section:remoteit
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."'