Skip to content

jdeanwallace/ansible-role-tinypilot

 
 

Repository files navigation

Ansible Role: TinyPilot

CircleCI Ansible Galaxy 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_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

Dependencies

Example Playbook

example.yml

- hosts: all
  roles:
    - role: mtlynch.tinypilot

Running Example Playbook

ansible-galaxy install mtlynch.tinypilot
ansible-playbook example.yml

License

MIT

Author Information

This role was created in 2020 by Michael Lynch.

About

Install TinyPilot KVM on a Raspberry Pi automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.3%
  • HTML 7.7%