Refactor MPD setup
This commit is contained in:
parent
d320ba7ee1
commit
abcd234b3d
10 changed files with 149 additions and 23 deletions
|
|
@ -25,5 +25,3 @@ vpn_peers:
|
|||
preshared_key_source_path: 'files/desktop/wireguard/preshared.psk',
|
||||
preshared_key: !vault "$ANSIBLE_VAULT;1.1;AES256\r\n363333633336613939306632323163396239303739366135393232396134393266623939613534326238393638333137383235313039623264343932303038330a633934373638363966306533346235326234663464313963356238623064666430303030643533666536393662316237333463336462376366343335363131350a333135366239633765633136316133653535336661666461666365636233656165666635663037386666323931643265623233366133623237663734623661623661316436396465343866363266393565653237636136626536353630383263",
|
||||
}
|
||||
|
||||
pulse_port: 20808
|
||||
|
|
|
|||
|
|
@ -27,5 +27,3 @@ vpn_peers:
|
|||
preshared_key_source_path: 'files/laptop/wireguard/preshared.psk',
|
||||
preshared_key: !vault "$ANSIBLE_VAULT;1.1;AES256\r\n376463366339376639373237363632363836653266353534343331333831646366373430333163383838313835613565646466653139666337626237313737300a333761383466626637336164363235643861643865653536663433373762343637303334613862373663626663616138333964386333373633643431326233370a386664366238633533356235613332373630353731306233623364623239353564313631373061393535336532393439343432373435336538666334666335633737633030386438616566376131646662316464333765636331343262663437",
|
||||
}
|
||||
|
||||
pulse_port: 20808
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ packages:
|
|||
- postgresql
|
||||
- plasma-meta
|
||||
- syncthing
|
||||
- alacritty
|
||||
- alacritty # TODO: add configuration file
|
||||
- tmux
|
||||
- unrar
|
||||
- vim
|
||||
|
|
|
|||
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