Converge playbook updated

This commit is contained in:
Gonzalo Acuña 2022-03-30 13:43:13 -03:00
parent da6a3f3ea5
commit 8a944aafc0
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -1,12 +1,9 @@
---
- name: Converge
hosts: all
- name: ConvergeCerts
hosts: localhost
roles:
- role: ../roles/wazuh/wazuh-indexer
- role: ../../roles/wazuh/wazuh-indexer
perform_installation: false
- role: ../../roles/wazuh/ansible-wazuh-manager
vars:
- { role: ../../roles/wazuh/ansible-filebeat-oss, filebeat_output_indexer_hosts: "indexer_centos7:9200" }
vars:
instances:
node1:
@ -15,6 +12,12 @@
role: indexer
tags:
- generate-certs
- name: ConvergeInstall
hosts: all
roles:
- role: ../../roles/wazuh/ansible-wazuh-manager
vars:
- { role: ../../roles/wazuh/ansible-filebeat-oss, filebeat_output_indexer_hosts: "indexer_centos7:9200" }
pre_tasks:
- name: (converge) fix missing packages in cloud images
apt: