Comments removed

This commit is contained in:
Gonzalo Acuña 2022-02-21 14:40:06 -03:00
parent 769d28edf4
commit 1f8dcbd384
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
3 changed files with 0 additions and 8 deletions

View File

@ -3,4 +3,3 @@
service:
name: wazuh-indexer
state: restarted
## 732 the name of the service changes to wazuh-indexer

View File

@ -10,7 +10,6 @@
block:
- name: Install Wazuh-Indexer dependencies
## 732 change task name
apt:
name: [
'unzip', 'wget', 'curl', 'apt-transport-https', software-properties-common
@ -30,7 +29,6 @@
filename: 'wazuh-openjdk'
- name: Install openjdk-11-jdk
## 732 will not be needed as indexer comes with the jdk.
apt:
name: openjdk-11-jdk
state: present
@ -39,7 +37,6 @@
- name: Add Wazuh-Indexer repository
block:
## 732 the wazuh repo should be added instead
- name: Add apt repository signing key
apt_key:
url: "{{ package_repos.apt.indexer.gpg }}"

View File

@ -2,7 +2,6 @@
- block:
- name: RedHat/CentOS/Fedora | Add Wazuh-Indexer repo
## 732 wazuh repo should be added instead.
yum_repository:
file: wazuh
name: wazuh_repo
@ -13,7 +12,6 @@
changed_when: false
- name: RedHat/CentOS/Fedora | Install OpenJDK 11
## 732 will not be needed
yum:
name: java-11-openjdk-devel
state: present
@ -21,7 +19,6 @@
- ansible_distribution != 'Amazon'
- name: Amazon Linux | Install OpenJDK 11
## 732 will not be needed
block:
- name: Install Amazon extras
yum:
@ -55,7 +52,6 @@
- unzip
- name: Install Wazuh-Indexer
## 732 the package name should be updated
package:
name: wazuh-indexer-{{ indexer_version }}
state: present