mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +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:
 | 
			
		||||
#     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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue