From ee4930d570518588611b5597be82846f90e1e12b Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 6 Apr 2022 08:12:23 -0400 Subject: [PATCH] remoteit/tasks/install.yml: Clarify 3 core install steps --- roles/remoteit/tasks/install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/remoteit/tasks/install.yml b/roles/remoteit/tasks/install.yml index 0747b558e..37d53c170 100644 --- a/roles/remoteit/tasks/install.yml +++ b/roles/remoteit/tasks/install.yml @@ -32,17 +32,17 @@ # apt: # deb: "{{ remoteit_device_url }}" -- name: Install remote.it Device Package for your CPU/OS, using https://downloads.remote.it/remoteit/install_agent.sh +- name: Install remote.it Device Package for your CPU/OS, using https://downloads.remote.it/remoteit/install_agent.sh -- this puts a claim code in /etc/remoteit/config.json which is valid for 24h shell: curl -L https://downloads.remote.it/remoteit/install_agent.sh | sh -- name: "Install /usr/bin/iiab-remoteit from template -- so IIAB operators can quickly enable remote.it AND generate a new remote.it claim code (in /etc/remoteit/config.json) -- optionally downloading + installing the very latest Device Package (like the 2 steps above)" +- name: Install /usr/bin/iiab-remoteit from template -- so IIAB operators can quickly enable remote.it AND generate a new remote.it claim code (in /etc/remoteit/config.json) -- optionally downloading + installing the very latest Device Package (like the 2 steps above) template: src: iiab-remoteit dest: /usr/bin mode: 0755 -- name: "Install /usr/bin/iiab-remoteit-off from template -- so IIAB operators can quickly turn off AND disable remote.it services on this IIAB" +- name: Install /usr/bin/iiab-remoteit-off from template -- so IIAB operators can quickly turn off AND disable remote.it services on this IIAB template: src: iiab-remoteit-off dest: /usr/bin