Ansible role for TinyPilot KVM.
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/limshengli/tinypilot.git
tinypilot_repo_branch: master
tinypilot_interface: '127.0.0.1'
tinypilot_port: 8000
tinypilot_keyboard_interface: /dev/hidg0
- hosts: all
roles:
- role: ansible-role-tinypilot
ansible-galaxy install git+https://github.com/tiny-pilot/ansible-role-tinypilot.git
ansible-playbook example.yml
MIT
This role was created in 2020 by Michael Lynch.