An Ansible role that installs Mopidy on Ubuntu/Debian.
Available variables are listed below, along with default values (see defaults/main.yml
):
mopidy_extensions: []
A list of extensions to install from the package manager.
mopidy_external_extensions: []
A list of external extensions that are not contained in the repository, but can be obtained with pip.
mopidy_settings: []
A list of additional options to configure. Each item requires the section
, option
and value
properties to be defined. These are used by the ini_file module to configure /etc/mopidy/mopidy.conf
.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- role: mopidy
mopidy_extensions:
- mopidy-local-sqlite
BSD
This role was created in 2016 by Daniel White.