Use simpler file structure
This commit is contained in:
parent
8ea9414418
commit
d5ca1ac81d
74 changed files with 398 additions and 477 deletions
11
vars/mpd.yml
Normal file
11
vars/mpd.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
mpd_listen_address: '127.0.0.1'
|
||||
mpd_listen_port: '6600'
|
||||
|
||||
mpd_database_address: '10.8.0.1'
|
||||
mpd_database_port: '21000'
|
||||
|
||||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue