Add default value master_certs_destination for kibana

This commit is contained in:
Jose M 2019-07-30 17:35:39 +02:00
parent fbbf79a153
commit 431bc16343

View File

@ -19,6 +19,9 @@ node_certs_generator_ip: 172.16.0.161
node_certs_source: /usr/share/elasticsearch node_certs_source: /usr/share/elasticsearch
node_certs_destination: /etc/kibana/certs node_certs_destination: /etc/kibana/certs
master_certs_destination: /es_certs
# Rsync # Rsync
rsync_path: /usr/bin/rsync rsync_path: /usr/bin/rsync
rsync_user: vagrant rsync_user: vagrant