https://github.com/rolehippie/mopidy
Ansible role to install mopidy music player
https://github.com/rolehippie/mopidy
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install mopidy music player
- Host: GitHub
- URL: https://github.com/rolehippie/mopidy
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-04-18T07:10:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T12:24:33.000Z (6 months ago)
- Last Synced: 2026-01-12T18:05:35.673Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mopidy
[](https://github.com/rolehippie/mopidy)
[](https://github.com/rolehippie/mopidy/actions/workflows/general.yml)
[](https://github.com/rolehippie/mopidy/actions/workflows/docs.yml)
[](https://github.com/rolehippie/mopidy/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/mopidy/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/mopidy)
Ansible role to install mopidy music player.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [mopidy_distro](#mopidy_distro)
- [mopidy_extra_packages](#mopidy_extra_packages)
- [mopidy_general_packages](#mopidy_general_packages)
- [mopidy_keyring](#mopidy_keyring)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### mopidy_distro
Distribution used for repository
#### Default value
```YAML
mopidy_distro: bullseye
```
### mopidy_extra_packages
List of extra packages to install
#### Default value
```YAML
mopidy_extra_packages:
- mopidy-podcast
- mopidy-somafm
```
### mopidy_general_packages
List of general packages to install
#### Default value
```YAML
mopidy_general_packages:
- mopidy
- mopidy-local
- mopidy-mpd
- mopidy-mpris
```
### mopidy_keyring
Path for the repository keyring
#### Default value
```YAML
mopidy_keyring: /usr/share/keyrings/mopidy-archive-keyring.gpg
```
## Discovered Tags
**_mopidy_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)