Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/ansible-role-liota

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ansible-role-liota

Install and manage Liota (Little Internet Of Things Agent)

Requirements

Must have pip installed.

Role Variables

Check vars/default.yml for details on available vars.

Example Playbook

---
- name: Install Liota From github
  hosts: liota
  roles:
    - liota
  vars:
    liota_pip_extra_args: -U

    liota_github_url: git+https://github.com/tompscanlan/liota.git
    liota_github_branch: systemd-units
    liota_version: github

- name: Install Liota public package
  hosts: liota
  roles:
    - liota
  vars:
    liota_pip_extra_args: -U
    liota_version: 0.2

- name: Uninstall and Install Liota various ways
  hosts: liota
  roles:
    - { role: liota, liota_state: absent }
    - { role: liota, liota_version: 0.2 }
    - { role: liota, liota_state: absent }
    - liota
  vars:
    liota_github_url: git+https://github.com/tompscanlan/liota.git
    liota_github_branch: systemd-units
    liota_version: github

License

Copyright © 2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT OR GPL-3.0-only

Author Information

Tom Scanlan tscanlan@vmware.com tompscanlan@gmail.com

About

Install and manage Liota (Little Internet Of Things Agent)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages