Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksanderbl29/ansible-role-sonos-stream
Ansible Role to deploy local Sonos radio for vinyl streaming
https://github.com/aleksanderbl29/ansible-role-sonos-stream
ansible ansible-role darkice icecast sonos
Last synced: about 1 month ago
JSON representation
Ansible Role to deploy local Sonos radio for vinyl streaming
- Host: GitHub
- URL: https://github.com/aleksanderbl29/ansible-role-sonos-stream
- Owner: aleksanderbl29
- License: agpl-3.0
- Created: 2024-04-27T19:09:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T05:49:46.000Z (3 months ago)
- Last Synced: 2024-09-30T17:23:27.752Z (about 1 month ago)
- Topics: ansible, ansible-role, darkice, icecast, sonos
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/aleksanderbl29/sonos_stream/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-sonos-stream
[![CI](https://github.com/aleksanderbl29/ansible-role-sonos-stream/actions/workflows/ci.yml/badge.svg)](https://github.com/aleksanderbl29/ansible-role-sonos-stream/actions/workflows/ci.yml) ![Ansible Role](https://img.shields.io/ansible/role/d/aleksanderbl29/hyperhdr)
Ansible Role to deploy local Sonos radio for vinyl streaming on Debian/Ubuntu/Raspbian
CURRENTLY A WORK IN PROGRESS - DO NOT DEPLOY
Requirements
------------Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
Role Variables
--------------Disable service verification with the following variables.
Set `disable_verification` to disable all verification after installation and launch.
Set `disable_conn_validation` to not check if the service is reachable
Set `disable_stream_endpoint_check` to not check if the configured stream endpoint is reachableThe defaults (verification turned on) is false for all three. None of the variables are required for deployment.
- disable_verification: false
- disable_conn_validation: false
- disable_stream_endpoint_check: falseDependencies
------------None
Example Playbook
----------------- hosts: servers
roles:
- role: aleksanderbl29.sonos_stream
disable_verification: falseLicense
-------BSD
Author Information
------------------An optional section for the role authors to include contact information, or a website (HTML is not allowed).