|
|
@@ -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" |
|
|
|