You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-roles/kibana
Jérémy Lecour ee21973371
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Use FQCN
Fully Qualified Collection Name
2 months ago
..
defaults Use proper keyrings directory for APT version 7 months ago
files kibana: 7.x by default 2 years ago
handlers Use FQCN 2 months ago
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tasks Use FQCN 2 months ago
templates Install deb822 sources on Debian >=12 2 months ago
README.md kibana: host and basepath configuration 6 years ago

README.md

kibana

Install Kibana.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • kibana_server_host : Specifies the address to which the Kibana server will bind (default: 127.0.0.1) ;
  • kibana_server_basepath : where to mount the application (default: empty) ;
  • kibana_proxy_nginx : configure an Nginx proxy (not enabled) for Kibana (default: False) ;
  • kibana_proxy_domain : domain to use for the proxy ;
  • kibana_proxy_ssl_cert : certificate to use for the proxy ;
  • kibana_proxy_ssl_key : private key to use for the proxy ;

By default, Kibana will bind to localhost:5601.