Add ansible_shell_allow_world_readable_temp parameter to playbooks which uses opendistro-kibana role due to error with Debian hosts

This commit is contained in:
VictorMorenoJimenez 2021-03-31 15:05:36 +02:00
parent d753c0ddee
commit df92f85cbe
No known key found for this signature in database
GPG Key ID: CE9668E2E3083179
4 changed files with 7 additions and 2 deletions

View File

@ -3,4 +3,5 @@
roles:
- role: ../roles/elastic-stack/ansible-kibana
elasticsearch_network_host: <YOUR_ELASTICSEARCH_IP>
vars:
ansible_shell_allow_world_readable_temp: true

View File

@ -186,3 +186,4 @@
node6:
name: node-6
ip: "{{ hostvars.kibana.private_ip }}"
ansible_shell_allow_world_readable_temp: true

View File

@ -18,4 +18,5 @@
instances:
node1:
name: node-1 # Important: must be equal to elasticsearch_node_name.
ip: <your server host>
ip: <your server host>
ansible_shell_allow_world_readable_temp: true

View File

@ -2,3 +2,5 @@
- hosts: es1
roles:
- role: ../roles/opendistro/opendistro-kibana
vars:
ansible_shell_allow_world_readable_temp: true