Ansible role for TinyPilot KVM.
Available variables are listed below, along with default values (see defaults/main.yml):
tinypilot_group: tinypilot
tinypilot_user: tinypilot
tinypilot_dir: /opt/tinypilot
tinypilot_repo: https://github.com/mtlynch/tinypilot.git
tinypilot_repo_branch: master
tinypilot_interface: '127.0.0.1'
tinypilot_port: 8000
tinypilot_keyboard_interface: /dev/hidg0
- hosts: all
roles:
- role: mtlynch.tinypilot
ansible-galaxy install mtlynch.tinypilot
ansible-playbook example.yml
MIT
This role was created in 2020 by Michael Lynch.