8 lines
202 B
YAML
8 lines
202 B
YAML
---
|
|
- hosts: <KIBANA_HOST>
|
|
roles:
|
|
- role: ../roles/elastic-stack/ansible-kibana
|
|
elasticsearch_network_host: <YOUR_ELASTICSEARCH_IP>
|
|
vars:
|
|
ansible_shell_allow_world_readable_temp: true
|