Use simpler file structure

This commit is contained in:
Sonny Bakker 2021-01-29 20:56:23 +01:00
parent 8ea9414418
commit e8cb486c8f
96 changed files with 1001 additions and 436 deletions

11
vars/mpd.yml Normal file
View 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"