Skip to content

blurblah/ansible-role-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-kibana

Tested on Ansible 2.4.2 and Ubuntu 16.04

This role depends on a docker role and installs elasticsearch running on a docker container.

Referenced by a Configuring Kibana on Docker document.

Playbook sample

This sample playbook installs kibana.

  • server_name (optional) : default is kibana
  • http_port (optional) : default is 5601
  • es.host (optional) : Host ip of the Elasticsearch which will be queries by Kibana. Default value is the host ip which Kibana will be installed.
  • es.port (optional) : Host port of the Elasticsearch. Default port is 9200
  • version (optional) : default is 6.2.3
- hosts: kibana_host
  become: yes
  roles:
    - role: kibana
      server_name: test-kibana

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors