Group/host variable refactor
This commit is contained in:
parent
eb308670cc
commit
4b8aaf3e95
78 changed files with 445 additions and 374 deletions
10
group_vars/personal/mpd.yml
Normal file
10
group_vars/personal/mpd.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
mpd_listen_address: '127.0.0.1'
|
||||
mpd_listen_port: '6600'
|
||||
|
||||
mpd_remote_address: 'vpn.{{ server_domain }}'
|
||||
mpd_remote_port: '21000'
|
||||
mpd_remote_stream_port: '8000' # note that this is not used (yet)
|
||||
|
||||
mpd_configuration_dir: '{{ ansible_env.HOME }}/.config/mpd'
|
||||
ncmpc_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpc'
|
||||
ncmpcpp_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpcpp'
|
||||
Loading…
Add table
Add a link
Reference in a new issue