dohque.win_kibana
Ansible Role: win_kibana
This is an Ansible Role that helps you install Kibana on Windows.
Requirements
You need to have your Windows machine ready and set up to be accessed by Ansible.
http://docs.ansible.com/ansible/intro_windows.html#windows-system-prep
Role Variables
Here are the variables you can use, along with their default values (check defaults/main.yml
):
kibana_version: 4.5.4
This specifies the version of Kibana that will be installed.
kibana_server_host: "localhost"
This is the network host where Kibana will listen for incoming connections. By default, it listens only on the localhost. Change this to a specific IP address or use 0.0.0.0 to listen on all interfaces.
kibana_server_port: 5601
This is the port that Kibana will use to listen for HTTP connections.
kibana_elasticsearch_url: "http://localhost:9200"
This is the URL for the Elasticsearch server that Kibana will connect to.
Dependencies
There are no dependencies for this role.
Example Playbook
- hosts: servers
roles:
- { role: dohque.win_kibana }
Contributions
Your feedback and contributions are very welcome! Feel free to reach out to me.
License
MIT
Author Information
This role was created by Ruslan Pilin in 2016.
Ansible role to deploy Kibana on windows.
ansible-galaxy install dohque.win_kibana