Skip to content

Commit

Permalink
Adjust format of ES service host
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen committed Jul 20, 2016
1 parent f04d43a commit c7732e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ elasticsearch_script_index: false
elasticsearch_http_port: 9200
elasticsearch_network_address: "{{ hostvars['elasticsearch']['ansible_eth0']['ipv4']['address'] }}"
elasticsearch_url: http://{{ elasticsearch_network_address }}:{{ elasticsearch_http_port }}
elasticsearch_network_host: _eth0:ipv4
elasticsearch_network_host: 0.0.0.0

0 comments on commit c7732e0

Please sign in to comment.