fauust.odr_mmbtools
Ansible Role: ODR mmbtools
An Ansible Role that install ODR tools (https://github.com/Opendigitalradio).
This role is available from Ansible Galaxy (https://galaxy.ansible.com/fauust/odr_mmbtools).
Requirements
None.
Role Variables
Available variables are listed below, along with default values (see
defaults/main.yml):
odr_mmbtools_AudioEnc_tag: v3.1.0
The version of ODR_AudioEnc to install (https://github.com/Opendigitalradio/ODR-AudioEnc).
odr_mmbtools_PadEnc_tag: v3.0.0
The version of ODR_PadEnc to install (https://github.com/Opendigitalradio/ODR-PadEnc).
odr_mmbtools_DabMux_tag: v3.1.1
The version of ODR_DabMux to install (https://github.com/Opendigitalradio/ODR-DabMux).
odr_mmbtools_supervisor_http_username: admin
odr_mmbtools_supervisor_http_password: admin
Supervisor HTTP admin interface credentials.
Dependencies
None.
Example Playbook
- hosts: servers
roles:
- fauust.odr_mmbtools
