An Ansible role to install cherrymusic on a Linux system.
Nothing specific so far.
Available variables are listed below, along with default values (see defaults/main.yml):
cherrymusic_basedir: /cherrymusic
The path were the music files are located (or where symlinks to the actual music files are located).
cherrymusic_fetch_album_art: true
Wether to fetch album art.
cherrymusic_user: "cherrymusic"
The unix user for running cherrymusic.
cherrymusic_update: false
Wether "cherrymusic --update" should be run.
cherrymusic_port: 8080
The port to listen on.
None.
- hosts: servers
roles:
- { role: infothrill.cherrymusic, cherrymusic_fetch_album_art: false }
MIT / BSD
This role was created in 2016 by Paul Kremer.