mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
remoteit/tasks/install.yml: Clarify 3 core install steps
This commit is contained in:
parent
f826d18427
commit
ee4930d570
1 changed files with 3 additions and 3 deletions
|
@ -32,17 +32,17 @@
|
||||||
# apt:
|
# apt:
|
||||||
# deb: "{{ remoteit_device_url }}"
|
# 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
|
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:
|
template:
|
||||||
src: iiab-remoteit
|
src: iiab-remoteit
|
||||||
dest: /usr/bin
|
dest: /usr/bin
|
||||||
mode: 0755
|
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:
|
template:
|
||||||
src: iiab-remoteit-off
|
src: iiab-remoteit-off
|
||||||
dest: /usr/bin
|
dest: /usr/bin
|
||||||
|
|
Loading…
Reference in a new issue