Add required variables to use custom CA.

This commit is contained in:
Jose M 2019-08-05 15:00:00 +02:00
parent f8bda2f7c7
commit 8234bb11d2

View File

@ -25,6 +25,12 @@ node_certs_destination: /etc/elasticsearch/certs
master_certs_destination: /es_certs master_certs_destination: /es_certs
# CA generation
generate_CA: false
ca_key_name: myCA.key
ca_cert_name: myCA.pem
# Rsync # Rsync
rsync_path: /usr/bin/rsync rsync_path: /usr/bin/rsync
rsync_user: vagrant rsync_user: vagrant