Fixed register install

This commit is contained in:
Manuel J. Bernal 2020-04-27 14:00:49 +02:00
parent 7bed850905
commit b91ea1c6aa

View File

@ -33,7 +33,7 @@
- name: RedHat/CentOS/Fedora | Install OpenDistro
package: name=opendistroforelasticsearch-{{ opendistro_version }} state=present
tags: install
register: install
## Here we are going to use self-signed certificates for Transport (Node-Node communication) & REST API layer
## Using searchguard offline TLS tool to create node & root certificates
@ -65,7 +65,7 @@
- name: RedHat/CentOS/Fedora | Prepare the certificates generation template file
local_action:
module: template
src: ../templates/tlsconfig.yml
src: opendistro/opendistro-elasticsearch/templates/tlsconfig.yml
dest: /tmp/opendistro-nodecerts/config/tlsconfig.yml
run_once: true