Skip to content

danielwhite/ansible-role-mopidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Mopidy

Build Status Ansible Galaxy

An Ansible role that installs Mopidy on Ubuntu/Debian.

Role Variables

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.

Example Playbook

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

License

BSD

Author Information

This role was created in 2016 by Daniel White.

About

Ansible role that installs the Mopidy music server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published