dohque.win_elasticsearch
Ansible Role: win_elasticsearch
This Ansible Role installs Elasticsearch on Windows.
Requirements
You need to set up and configure your Windows system to be accessible by Ansible.
http://docs.ansible.com/ansible/intro_windows.html#windows-system-prep
Role Variables
Here are the available variables with their default values (find them in defaults/main.yml
):
elasticsearch_version: "2.3.1"
This is the version of Elasticsearch that will be installed.
elasticsearch_cluster_name: elasticsearch
Elasticsearch will connect to a cluster with this name.
elasticsearch_network_host: 127.0.0.1
This is the network host for incoming connections. By default, it listens on your local machine. You can change it to a specific IP address or use 0.0.0.0 to listen on all interfaces.
elasticsearch_http_port: 9200
This is the port for HTTP connections.
Dependencies
There are no dependencies.
Example Playbook
- hosts: servers
roles:
- { role: dohque.win_elasticsearch }
Contributions
I welcome any feedback or contributions. Please feel free to reach out to me.
License
MIT License
Author Information
This role was created in 2016 by Ruslan Pilin.
Ansible role to deploy Elasticsearch on windows.
ansible-galaxy install dohque.win_elasticsearch