Commit Graph

1715 Commits

Author SHA1 Message Date
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
fc67b96b63
Merge branch '4.0' 2020-11-30 15:01:20 -03:00
neonmei
c57bba81ee
Merge branch 'release-4.0.3' into 4.0
&# especially if it merges an updated upstream into a topic branch.
2020-11-30 14:50:29 -03: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
8207182c4a
release: update molecule tests for Wazuh version v4.0.3 2020-11-30 13:11:01 -03:00
neonmei
8d565de581
release: update CHANGELOG.md for v4.0.3 2020-11-30 13:03:32 -03:00
neonmei
9b92651e1a
release: bump Wazuh version in README.md to v4.0.3 2020-11-30 12:58:59 -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
01318200de
Merge branch '4.0' 2020-11-25 12:42:15 -03:00
Manuel J. Bernal
b13664d999
Merge pull request #510 from wazuh/feature-release-4.0.2
wazuh-ansible: Version bump for 4.0.2 release
2020-11-25 16:19:33 +01:00
neonmei
2501ee6624
release: update CHANGELOG.md for v4.0.2 2020-11-25 11:02:30 -03:00
neonmei
8f51445878
release: make molecule tests component versions explicit and point them to release v4.0.2 2020-11-25 10:33:41 -03:00
neonmei
333816831a
release: bump Wazuh version to 4.0.2 2020-11-23 17:17:04 -03:00
neonmei
2f3a963175
Merge pull request #509 from wazuh/feature-role-agent-registration
Agent registration through REST updates
2020-11-23 15:29:44 -03:00
neonmei
26bb8a61e5
Merge branch 'feature-role-agent-registration' 2020-11-23 15:21:10 -03:00
neonmei
30cc6875d6
Merge branch 'master' into feature-role-agent-registration 2020-11-23 14:42:57 -03:00
neonmei
d7f7eb220a
Merge pull request #505 from wazuh/fix-agent-enrollment-default
Fix agent enrollment default value. Fix authd registration.
2020-11-23 14:36:09 -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
neonmei
7e445c7f55
roles/agent: add wazuh_agent_api_validate to optionally skip agent registry validation task 2020-11-23 11:39:27 -03:00
neonmei
1df3ef8699
roles/agent: for registration rename check_keys->client_keys_file for more clarity, update conditionals length checks to explicit "yes" check 2020-11-23 11:38:07 -03:00
neonmei
a28837a74d
roles/agent: in rest registration method, update manage_agents task 2020-11-23 11:32:01 -03:00
neonmei
a4c4b6cd32
roles/agent: refresh agent validation in rest registration method 2020-11-23 11:29:34 -03:00
neonmei
d4092bf686
roles/agent: update agent registry task with token, nolog and remove when, as it is checked on every task, shuld be applied to block 2020-11-23 11:28:37 -03:00
neonmei
535add6f4c
roles/agent: add nolog variable for registration tasks with credentials output 2020-11-23 11:26:39 -03:00
neonmei
5f6973d8d2
roles/agent: add task for fetching jwt token 2020-11-23 11:25:31 -03:00
neonmei
332ee7ae8b
roles/agent: add task for determining which wazuh_managers to use through register: yes instead of just grabbing the first one on the list, otherwise fallback to first in the list 2020-11-23 11:24:43 -03:00
zenidd
ee1124b7dd Merge master changes 2020-11-23 14:28:59 +01:00
neonmei
1dfe0fdb67
roles/wazuh-agent: fix duplicate variable 2020-11-20 16:16:54 -03:00
neonmei
874e8a08d0
Merge branch 'feature-role-wazuh-manager-vars' 2020-11-20 14:55:44 -03:00
neonmei
b4d2b564b7
roles/wazuh-agent: update api credentials to wazuh:wazuh 2020-11-20 13:40:17 -03:00
neonmei
7fc29b720f
roles/wazuh-agent: remove async from install task and introduce a lock timeout configurable by wazuh_agent_yum_lock_timeout 2020-11-20 12:37:20 -03:00
neonmei
7dc67986d4
roles/wazuh-agent: change package module to yum, as platform is already checked on when 2020-11-20 12:29:08 -03:00
zenidd
c7882bf532 Revert "roles/wazuh-agent: remove agent auth configuration for centos7 agent"
This reverts commit 5f91c3d4c0.
2020-11-20 14:54:29 +01:00
zenidd
5f91c3d4c0 roles/wazuh-agent: remove agent auth configuration for centos7 agent 2020-11-20 14:48:49 +01:00
zenidd
ff78ce7d76 roles/wazuh-agent: Fix authd registration verify task. Use authd pass only if size > 0 2020-11-20 14:08:25 +01:00
zenidd
ed7b24ff96 roles/wazuh-agent: set enrollment to enabled by default 2020-11-20 12:36:50 +01:00
Manuel J. Bernal
6e72daa737
Merge pull request #499 from wazuh/feature-release-4.0.1
wazuh-ansible release v4.0.1
2020-11-16 18:05:01 +01:00
zenidd
277df071bd include latest PR on release 2020-11-16 17:14:58 +01:00
zenidd
0426d956ed Merge master branch 2020-11-16 16:23:17 +01:00
Juan Pablo Sáez Gutiérrez
4f7b5aed42
Merge pull request #501 from wazuh/fix-role-elasticsearch-java
roles/elastic-stack: update jvm.options template per upstream updates
2020-11-13 18:44:18 +01:00
neonmei
b2f9bc9901
roles/elastic-stack: update jvm.options template per upstream elasticsearch updates 2020-11-13 14:01:01 -03:00
zenidd
158750c9a8 Changelog update 2020-11-13 17:06:11 +01:00