Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Ansible role for µStreamer streaming service

License

Notifications You must be signed in to change notification settings

tiny-pilot/ansible-role-ustreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: µStreamer

CircleCI License

Ansible role for µStreamer.

Compiles µStreamer from source and installs it as a systemd service.

Role Variables

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: master

For a full list of options, see defaults/main.yml.

Dependencies

None

Example Playbook

example.yml

- hosts: all
  roles:
    - role: ansible-role-ustreamer

Running Example Playbook

ansible-galaxy install git+https://github.com/tiny-pilot/ansible-role-ustreamer.git
ansible-playbook example.yml

License

MIT

Author Information

This role was created in 2020 by TinyPilot.