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:
parent
d753c0ddee
commit
df92f85cbe
@ -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
|
||||
|
||||
@ -186,3 +186,4 @@
|
||||
node6:
|
||||
name: node-6
|
||||
ip: "{{ hostvars.kibana.private_ip }}"
|
||||
ansible_shell_allow_world_readable_temp: true
|
||||
|
||||
@ -19,3 +19,4 @@
|
||||
node1:
|
||||
name: node-1 # Important: must be equal to elasticsearch_node_name.
|
||||
ip: <your server host>
|
||||
ansible_shell_allow_world_readable_temp: true
|
||||
@ -2,3 +2,5 @@
|
||||
- hosts: es1
|
||||
roles:
|
||||
- role: ../roles/opendistro/opendistro-kibana
|
||||
vars:
|
||||
ansible_shell_allow_world_readable_temp: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user