Girevik1 / elastic-role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch

Simple download binaries from official website and install elasticsearch.

Role Variables

There is only two variables that you can redefine in your playbook.

elastic_version: "7.10.1" # Use for download only this version of elastic
elastic_home: "/opt/elastic/{{ elastic_version }}" # Use for unpackage distro and create ES_HOME variable

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: all
  roles:
      - elastic

License

BSD

Author Information

Timerkhanov Arthur

About


Languages

Language:Jinja 100.0%