ansible/roles/navidrome/README.md
Julien Riou c4388611eb
Some checks failed
/ ansible-docsmith (push) Failing after 17s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-16 08:50:48 +01:00

35 lines
738 B
Markdown

# Ansible Role Navidrome
Ansible role to manage a [Navidrome](https://github.com/navidrome/navidrome) instance.
## Configuration
See [Variable
precedence](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#ansible-variable-precedence)
to find where you should put your own variables.
See list of [default
variables](https://git.riou.xyz/jriou/ansible-role-navidrome/src/branch/main/defaults/main.yml).
## Usage
Example of a basic navidrome.yml playbook:
```yaml
hosts:
- navidrome
roles:
- navidrome
```
Then run the playbook:
```
ansible-playbook navidrome.yml
```
## Donate
As we all love FOSS, you should consider sponsoring the
[Navidrome](https://github.com/navidrome/navidrome) project.