/ansible-role-tinypilot

Install TinyPilot KVM on a Raspberry Pi automatically

Primary LanguageShellMIT LicenseMIT

Ansible Role: TinyPilot

CircleCI License

Ansible role for TinyPilot KVM.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

tinypilot_group: tinypilot
tinypilot_dir: /opt/tinypilot
tinypilot_repo: https://github.com/tiny-pilot/tinypilot.git
tinypilot_repo_branch: master
tinypilot_interface: '127.0.0.1'
tinypilot_port: 8000
tinypilot_keyboard_interface: /dev/hidg0

Dependencies

Example Playbook

example.yml

- hosts: all
  roles:
    - role: ansible-role-tinypilot

Running Example Playbook

ansible-galaxy install git+https://github.com/tiny-pilot/ansible-role-tinypilot.git
ansible-playbook example.yml

License

MIT

Author Information

This role was created in 2020 by Michael Lynch.