Update attributes, remove rsync parameters.

This commit is contained in:
Jose M 2019-08-08 17:43:30 +02:00
parent 3d3b3bc1d0
commit b2876d15e4
3 changed files with 14 additions and 26 deletions

View File

@ -19,23 +19,17 @@ elasticsearch_xpack_security_user: elastic
elasticsearch_xpack_security_password: elastic_pass elasticsearch_xpack_security_password: elastic_pass
node_certs_generator: false node_certs_generator: false
node_certs_generator_ip: 172.16.0.161
node_certs_source: /usr/share/elasticsearch node_certs_source: /usr/share/elasticsearch
node_certs_destination: /etc/elasticsearch/certs node_certs_destination: /etc/elasticsearch/certs
master_certs_destination: /es_certs
# CA generation # CA generation
generate_CA: false master_certs_path: /es_certs
generate_CA: true
ca_key_name: myCA.key ca_key_name: ""
ca_cert_name: myCA.pem ca_cert_name: ""
ca_password: ""
# Rsync
rsync_path: /usr/bin/rsync
rsync_user: vagrant
rsync_extra_parameters: -avg -e 'ssh -o StrictHostKeyChecking=no' --rsync-path='sudo rsync'

View File

@ -15,14 +15,10 @@ elasticsearch_xpack_security_user: elastic
elasticsearch_xpack_security_password: elastic_pass elasticsearch_xpack_security_password: elastic_pass
node_certs_generator: false node_certs_generator: false
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 # CA Generation
master_certs_path: /es_certs
generate_CA: true
# Rsync ca_cert_name: ""
rsync_path: /usr/bin/rsync
rsync_user: vagrant
rsync_extra_parameters: -avg -e 'ssh -o StrictHostKeyChecking=no' --rsync-path='sudo rsync'

View File

@ -35,13 +35,11 @@ elasticsearch_xpack_security_user: elastic
elasticsearch_xpack_security_password: elastic_pass elasticsearch_xpack_security_password: elastic_pass
node_certs_generator : false node_certs_generator : false
node_certs_generator_ip: 172.16.0.161
node_certs_source: /usr/share/elasticsearch node_certs_source: /usr/share/elasticsearch
node_certs_destination: /etc/filebeat/certs node_certs_destination: /etc/filebeat/certs
master_certs_destination: /es_certs
# Rsync # CA Generation
rsync_path: /usr/bin/rsync master_certs_path: /es_certs
rsync_user: vagrant generate_CA: true
rsync_extra_parameters: -avg -e 'ssh -o StrictHostKeyChecking=no' --rsync-path='sudo rsync' ca_cert_name: ""