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

Install and manage Liota (Little Internet Of Things Agent)

License

Notifications You must be signed in to change notification settings

vmware-archive/ansible-role-liota

Repository files navigation

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