Commit Graph

972 Commits

Author SHA1 Message Date
VictorMorenoJimenez
31dc9952e8
Add apt repo to Kibana 2021-03-31 12:58:41 +02:00
VictorMorenoJimenez
e2ce83af3d
Move opendistro install to task specific OS 2021-03-31 12:58:01 +02:00
VictorMorenoJimenez
34f06a85ab
Add apt repo for opendistro and openjdk 2021-03-31 12:57:12 +02:00
VictorMorenoJimenez
292b4402b3
Remove deprecated pai.yaml from wazuh-manager installation 2021-03-31 10:52:57 +02:00
VictorMorenoJimenez
ef79065de6
Install cmake when installing from sources 2021-03-31 10:02:53 +02:00
VictorMorenoJimenez
823fd336d3
Add dependencies to install Wazuh manager from sources 2021-03-31 09:55:05 +02:00
Victor Moreno Jimenez
208edeaf7c
Fix typo in playbook 2021-03-31 09:41:00 +02:00
neonmei
325e18911d
roles: rename references of ossec-control to wazuh-control 2021-03-31 09:40:23 +02:00
Victor Moreno Jimenez
013e7ab4fa
Bump to v4.1.4 2021-03-26 08:33:58 +01:00
Victor Moreno Jimenez
bbaa898e90
Bump to 4.1.3 2021-03-23 16:19:46 +01:00
Sergio García
e66d9033b8 jvm.options: update to default values in 1.12.0 version 2021-03-03 19:29:51 +01:00
Sergio García
8449eaf8ed main.yml: fix some typo 2021-03-03 19:29:07 +01:00
Sergio García
8fab5ecbd1 Change opendistro package url and gpg key 2021-03-03 19:28:49 +01:00
Sergio García
56bbd22f65 Apply Wazuh v4.1.1 changes 2021-03-02 19:55:22 +01:00
zenidd
ed60aad31c
roles/wazuh/ansible-wazuh-agent/defaults/main.yml: replace outdated MD5 2021-02-04 18:05:03 +01:00
Sergio García
0d778f7885 main.yml: mantain user_dir for soruce installation 2021-01-22 12:34:01 +01:00
Sergio García
f54c0268c7 Change /var/ossec references to wazuh_dir var 2021-01-21 14:46:34 +01:00
Sergio García
d9c8bf9d76 RedHat.yml: remove quote 2021-01-20 11:27:11 +01:00
Sergio García
3aa90efed4 Change /var/ossec to user_dir var 2021-01-20 11:09:58 +01:00
zenidd
29331df00e
roles/wazuh-manager/templates/api.yaml: fix missing whitespace before variables 2021-01-15 11:19:29 +01:00
zenidd
9d83afc8f0
roles/wazuh-manager/templates/api.yaml: add new vars supporting new Wazuh API settings. Update related templates 2021-01-15 11:10:46 +01:00
neonmei
c921753f35
Merge branch 'master' into release-4.0.4
Brings in PR#540 which adds a missing role default
2021-01-12 16:21:19 -03:00
neonmei
084cc8f36d
roles/opendistro-elasticsearch: add missing role defaults elasticsearch_network_host 2021-01-12 16:03:02 -03:00
neonmei
539d87d3db
release: update copyright notice 2021-01-11 10:49:11 -03:00
neonmei
13465cf06d
roles/wazuh-manager: update versions for v4.0.4 release 2021-01-11 10:49:10 -03:00
neonmei
0351d0121e
roles/wazuh-agent: update versions for v4.0.4 release 2021-01-11 10:49:10 -03:00
neonmei
2e6a7668d3
roles/filebeat-oss: update versions for v4.0.4 release 2021-01-11 10:49:10 -03:00
neonmei
9ffe0526d6
roles/filebeat: update versions for v4.0.4 release 2021-01-11 10:49:10 -03:00
neonmei
6b3804a6a2
roles/opendistro-kibana: update versions for v4.0.4 release 2021-01-11 10:49:10 -03:00
neonmei
3594d21b6b
roles/elasticsearch-kibana: update versions for v4.0.4 release 2021-01-11 10:49:09 -03:00
neonmei
7026cf8921
Merge branch 'fix-opendistro-security-actions' 2021-01-08 14:09:04 -03:00
neonmei
f1cb1f7b20
roles/opendistro: add missing variable elasticsearch_node_master in role defaults 2021-01-07 15:15:38 -03:00
neonmei
56311f7a22
roles/opendistro-elasticsearch: replace od/kibana/filebeat node_name variables to role default elasticsearch_node_name to avoid confusion and potential bugs 2021-01-07 10:16:25 -03:00
zenidd
59b829dae9 roles/opendistro-kibana: use admininstead of kibanaserver as opendistro kibana user 2020-12-23 15:25:16 +01:00
Paweł Krawczyk
a395841104
Fix invalid Jinja2 syntax 2020-12-17 20:58:59 +00:00
Peter Dragos
df46716a9b
add localfile labels to agent ossec.conf template
This change enables generating a stanza such as

```
<localfile>
  <location>/var/log/myapp/log.json</location>
  <log_format>json</log_format>
  <label key="@source">myapp</label>
  <label key="agent.type">webserver</label>
</localfile>
```

from the `wazuh_agent_config` snippet:

```
                - format: json
                  location: /var/log/myapp/log.json
                  label:
                    - key: "@source"
                      value: "myapp"    
                    - key: "agent.type"
                      value: "webserver"
```
2020-12-14 18:05:36 -05:00
singuliere
0440e5dce9
randomly generated passwords must obey some constraints
The password constraints of security.py require at least one digit,
one lower case, one upper case and one special character.

https://github.com/wazuh/wazuh/blob/master/framework/wazuh/security.py#L22

Fixes: https://github.com/wazuh/wazuh-ansible/issues/518
2020-12-11 13:26:20 +01:00
neonmei
b084e33bd6
release: update wazuh-agent windows installer md5 2020-11-30 14:00:58 -03:00
neonmei
4547cde8f8
release: update wazuh-agent url for windows installer 2020-11-30 14:00:47 -03:00
neonmei
ea12701d6b
release: bump Wazuh version across roles to 4.0.3 2020-11-30 12:58:32 -03:00
neonmei
559be15986
role/agent: update default for variable wazuh_api_reachable_from_agent 2020-11-26 19:33:59 -03:00
neonmei
22bc08e190
roles/wazuh-agent: change all delegate_to REST conditionals to be uniform 2020-11-26 16:35:41 -03:00
neonmei
4d2e493cef
roles/wazuh-agent: fix erroneous usage of ansible_host instead of inventory_hostname 2020-11-26 16:34:25 -03:00
neonmei
333816831a
release: bump Wazuh version to 4.0.2 2020-11-23 17:17:04 -03:00
neonmei
30cc6875d6
Merge branch 'master' into feature-role-agent-registration 2020-11-23 14:42:57 -03:00
zenidd
ec831975bb roles/wazuh-agent: remove default agent_name 2020-11-23 17:44:59 +01:00
neonmei
58167dbd1f
roles/wazuh-agent: add message explaining when auto-enrollment registration path is fired or not 2020-11-23 12:18:56 -03:00
neonmei
f7ed5f1f7f
roles/agent: update ossec.conf template to check against explicit yes instead of length 2020-11-23 11:43:59 -03:00
neonmei
5170c206e0
roles/agent: use auto-enrollment by default 2020-11-23 11:41:45 -03:00
neonmei
35c9df9c7e
roles/agent: add comments on role defaults and group registration related tasks 2020-11-23 11:41:17 -03:00