|
@@ -36,9 +36,11 @@ |
|
|
volume_normalization: no |
|
|
volume_normalization: no |
|
|
audio_buffer_size: 2048 |
|
|
audio_buffer_size: 2048 |
|
|
buffer_before_play: "1%" |
|
|
buffer_before_play: "1%" |
|
|
backendhost: "{{ inventory_hostname |replace ("f", "b") }}" |
|
|
|
|
|
|
|
|
|
|
|
tasks: |
|
|
tasks: |
|
|
|
|
|
- name: "mpd backendhost" |
|
|
|
|
|
set_fact: |
|
|
|
|
|
backendhost: "{{ inventory_hostname |replace ("f", "b") }}" |
|
|
- name: Install mpdf on hosts |
|
|
- name: Install mpdf on hosts |
|
|
apt: |
|
|
apt: |
|
|
name: mpd |
|
|
name: mpd |
|
|