Преглед на файлове

working on changes, and debugging

master
Erin Sims преди 2 години
родител
ревизия
42945f91d6
променени са 2 файла, в които са добавени 16 реда и са изтрити 6 реда
  1. +12
    -6
      playbooks/mpdf.conf.j2
  2. +4
    -0
      playbooks/mpdf.yaml

+ 12
- 6
playbooks/mpdf.conf.j2 Целия файл

@@ -11,16 +11,17 @@
# file:// protocol) or streaming files over an accepted protocol.
#
#######need to fix this one too
music_directory "nfs://example.com/path/to/your/music/"


database {
plugin "proxy"
host "{{ droplets.data[0].networks.v4[0].ip_address }}"
plugin "simple"
# host "{{ droplets.data[0].networks.v4[0].ip_address }}"
# host "142.93.181.29"
port "6600"
password "HelloKitty"
keepalive "yes"
# port "6600"
# password "HelloKitty"
path "{{ [path,item,'/db']|join() }}"
#keepalive "yes"
}

#music_directory
@@ -303,6 +304,11 @@ audio_output {
# format "44100:16:1"
max_clients "0" # optional 0=no limit
}
#cache songs on the server
input_cache {
size "1 GB"
}

# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
#audio_output {


+ 4
- 0
playbooks/mpdf.yaml Целия файл

@@ -49,6 +49,10 @@
apt:
name: mpd
state: present
- name: Install sshfs on hosts
apt:
name: sshfs
state: present
- name: setup config on hosts
template:
src: mpdf.conf.j2


Зареждане…
Отказ
Запис