Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.16 KB

Elasticsearch and Kibana on vagrant

Ansible code base to quickly launch and test elasticsearch and kibana setup on vagrant.

  • This ansible setup depends on following roles from ansible-galaxy:

  • All dependencies can be fetched by running make fetch_dependencies

  • The role for elasticsearch-kibana is written to run these on https.

  • For generating self-signed certificate that could be used run make generate_certs.

  • By default make generate_certs generates certificates under directory certificates which is part of this repo.

  • To change the certificate path update respective variable declared in makefile.

  • To know all available make target run just make help.

Note: Passwords are declared in vars as a defaults, update the respective variable if its change.