Skip to content

Commit

Permalink
Use Kamailio internal IP for SBC proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Dec 18, 2017
1 parent 40f1abf commit d602741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
- name: Cluster Kamailio
kamailiocluster:
erlang_cookie: "{{ erlang_cookie }}"
kamailio_ips: "{{ groups['kamailio'] | map('extract', hostvars, ['ansible_default_ipv4']['address']) | join(',') }}"
kamailio_ips: "{{ groups['kamailio'] | map('extract', hostvars, ['ansible_default_ipv4', 'address']) | join(',') }}"

0 comments on commit d602741

Please sign in to comment.