Skip to content

frstudent/elastic-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Netology Students

About

Netology homework Roles I

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages