Merge pull request #478 from wazuh/feature-opendistro-runonce

Improve handling of run_once at opendistro-elasticsearch role
This commit is contained in:
Manuel J. Bernal 2020-11-09 18:13:49 +01:00 committed by GitHub
commit c462ac72bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 133 additions and 133 deletions

View File

@ -35,7 +35,10 @@
when: install.changed
tags: install
- import_tasks: security_actions.yml
- include_tasks: security_actions.yml
tags:
- security
when: install.changed
- name: Configure OpenDistro Elasticsearch JVM memmory.
template:

View File

@ -1,4 +1,3 @@
- block:
- name: Remove demo certs
file:
path: "{{ item }}"
@ -147,6 +146,4 @@
when:
- opendistro_custom_user is defined and opendistro_custom_user
tags:
- security
when: install.changed