Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
c4388611eb
47 changed files with 1674 additions and 2 deletions
35
roles/navidrome/README.md
Normal file
35
roles/navidrome/README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue