Ansible role for µStreamer.
Compiles µStreamer from source and installs it as a systemd service.
Available variables are listed below, along with default values (see defaults/main.yml):
ustreamer_group: ustreamer
ustreamer_user: ustreamer
ustreamer_dir: /opt/ustreamer
ustreamer_repo: https://github.com/pikvm/ustreamer.git
ustreamer_repo_version: masterFor a full list of options, see defaults/main.yml.
None
- hosts: all
roles:
- role: ansible-role-ustreameransible-galaxy install git+https://github.com/tiny-pilot/ansible-role-ustreamer.git
ansible-playbook example.ymlMIT
This role was created in 2020 by TinyPilot.