Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
ec767c1e2a
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 { database {
plugin "proxy" plugin "proxy"
host "{{ hostvars['mpdb1']['ansible_facts']['eth0']['ipv4']['address'] }}"
host "{{ hostvars['mpdb1']['ansible_facts']['ansible_eth1']['eth1']['ipv4']['address'] }}"
# host "142.93.181.29" # host "142.93.181.29"
port "8888" port "8888"
password "password" password "password"


Loading…
Cancel
Save