Add required variables to use custom CA.
This commit is contained in:
parent
f8bda2f7c7
commit
8234bb11d2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user