Skip to content

DforDooM/ansible-role-ustreamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 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.

About

Ansible role for µStreamer streaming service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jinja 100.0%