Feat: add mpd role and enable it to nas
This commit is contained in:
22
roles/mpd/defaults/main.yml
Normal file
22
roles/mpd/defaults/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
# defaults file for mpd
|
||||
mpd_name: Music Player Daemon
|
||||
mpd_restore_paused: true
|
||||
mpd_auto_update: true
|
||||
mpd_follow_inside_symlinks: true
|
||||
mpd_follow_outside_symlinks: false
|
||||
|
||||
mpd_music_directory: /var/lib/mpd/music
|
||||
mpd_playlist_directory: /var/lib/mpd/playlists
|
||||
|
||||
mpd_db_file: /var/lib/mpd/mpd.db
|
||||
mpd_sticker_file: /var/lib/mpd/sticker.db
|
||||
mpd_state_file: /var/lib/mpd/mpdstate
|
||||
|
||||
mpd_user: mpd
|
||||
mpd_bind_to_address: any
|
||||
|
||||
mpd_outputs:
|
||||
- name: "Null Output"
|
||||
type: "null"
|
||||
|
||||
Reference in New Issue
Block a user