Group/host variable refactor

This commit is contained in:
Sonny Bakker 2025-03-15 00:05:30 +01:00
parent eb308670cc
commit 4b8aaf3e95
78 changed files with 445 additions and 374 deletions

View file

@ -0,0 +1,40 @@
# {{ ansible_managed }}
#
bind_to_address "{{ mpd_listen_address }}"
port "{{ mpd_listen_port }}"
playlist_directory "{{ mpd_configuration_dir }}/playlists"
state_file "{{ mpd_configuration_dir }}/state"
database {
plugin "proxy"
host "{{ mpd_remote_address }}"
port "{{ mpd_remote_port }}"
}
audio_output {
name "mpd"
type "pipewire"
dsd "yes"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
}
input {
enabled "no"
plugin "tidal"
}
input {
enabled "no"
plugin "qobuz"
}
decoder {
enabled "no"
plugin "wildmidi"
}