Skip to content

picotrading/ansible-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch

Role which installs and configures elasticsearch.

Example

---

# Example of how to use the role
- hosts: myhost1
  roles:
    - role: common/elasticsearch
      elasticsearch_config:
        network.bind_host: "{{ ansible_eth0.ipv4.address }}"
        http.host: "{{ ansible_eth0.ipv4.address }}"

# Example of how to configure the role
- hosts: myhost2
  roles:
    - role: common/elasticsearch
      elasticsearch_config:
        # Accept only localhost connections
        network.bind_host: "127.0.0.1"
        http.host: "127.0.0.1"

Role variables

List of variables used by the role:

# Default elasticsearch configuration
elasticsearch_config: {}

Dependencies

License

MIT

Author

Jiri Tyr

About

Role which installs and configures elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published