Copy certificates from master now depends on xpack enabled
This commit is contained in:
parent
9734ac2304
commit
0cc4838e1d
@ -23,6 +23,8 @@
|
||||
- "{{master_certs_destination}}/{{kibana_node_name}}/{{ kibana_node_name }}.crt"
|
||||
- "{{master_certs_destination}}/ca/ca.crt"
|
||||
tags: xpack-security
|
||||
when:
|
||||
- elasticsearch_xpack_security
|
||||
|
||||
- name: Ensuring certificates folder owner
|
||||
file:
|
||||
|
||||
@ -35,6 +35,9 @@
|
||||
- "{{master_certs_destination}}/{{filebeat_node_name}}/{{ filebeat_node_name }}.crt"
|
||||
- "{{master_certs_destination}}/ca/ca.crt"
|
||||
tags: xpack-security
|
||||
when:
|
||||
- elasticsearch_xpack_security
|
||||
|
||||
|
||||
- name: Ensuring certificates folder owner
|
||||
file:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user