Skip to content

Commit

Permalink
Configure elastic search to be accessible from outside (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbroeksema authored and sardinois committed Nov 16, 2016
1 parent 9d6c47a commit 9e57612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions search-box/components/elastic/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ es_start_options:

# Configuration file
es_config_file:
network.host: 0.0.0.0
8 changes: 4 additions & 4 deletions search-box/components/elastic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
# when: es_uid
# tags: [elasticsearch]

#- name: set elasticsearch configuration
# template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch mode=0644 owner=root group=root
# notify: restart elasticsearch
# tags: [elasticsearch]
- name: set elasticsearch configuration
template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml mode=0644 owner=root group=root
notify: restart elasticsearch
tags: [elasticsearch]

# set limits.conf
- name: limits.conf tuning
Expand Down

0 comments on commit 9e57612

Please sign in to comment.