Skip to content

tkuennen/ansible-role-tinypilot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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_hid_path: /dev/hidg0
tinypilot_cors_origin: http://tinypilot
tinypilot_initialize_hid_script_path: /opt/enable-rpi-hid

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 100.0%