Refactor MPD setup
This commit is contained in:
parent
d320ba7ee1
commit
abcd234b3d
10 changed files with 149 additions and 23 deletions
10
vars/mpd.yml
10
vars/mpd.yml
|
|
@ -1,11 +1,9 @@
|
|||
mpd_listen_address: '127.0.0.1'
|
||||
mpd_listen_port: '6600'
|
||||
|
||||
mpd_database_address: '10.8.0.1'
|
||||
mpd_database_port: '21000'
|
||||
mpd_remote_address: '10.0.0.1'
|
||||
mpd_remote_port: '21000'
|
||||
mpd_remote_stream_port: '8000' # note that this is not used (yet)
|
||||
|
||||
mpd_configuration_dir: '{{ ansible_env.HOME }}/.config/mpd'
|
||||
mpd_music_dir: '{{ ansible_env.HOME }}/music'
|
||||
mpd_playlist_dir: '{{ mpd_configuration_dir }}/playlists'
|
||||
mpd_state_path: '{{ mpd_configuration_dir }}/state'
|
||||
mpd_sticker_path: '{{ mpd_configuration_dir }}/sticker.sql'
|
||||
ncmpc_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue