Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
0777f8efff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.conf.j2

+ 1
- 1
playbooks/mpdf.conf.j2 View File

@@ -16,7 +16,7 @@ music_directory "nfs://example.com/path/to/your/music/"
"
database {
plugin "proxy"
host "{{ hostvars[backendhost]['ansible_facts'][eth1][ipv4][address] }}"
host "{{ hostvars[backendhost]['ansible_facts']['ansible_eth1']['ipv4']['address'] }}"
# host "142.93.181.29"
port "8888"
password "password"


Loading…
Cancel
Save