neonmei
1dfd613f0d
roles/wazuh-agent: uncomment api_pass
2020-11-12 14:35:23 -03:00
neonmei
0bbdf231f2
roles/wazuh-agent: remove "is defined" conditionals, as authd_pass is now part of roles default, now check is only against length
2020-11-12 14:34:57 -03:00
neonmei
bab8279f73
roles/wazuh-agent: remove include_vars tasks
2020-11-12 14:29:01 -03:00
neonmei
92ebe86ef6
roles/wazuh-agent: move api_pass and authd_pass from role vars to defaults, lowering precedence required to override them
2020-11-12 14:24:14 -03:00
neonmei
6f5f1106b3
roles/wazuh-agent: add missing mode for file task
2020-11-12 11:42:19 -03:00
neonmei
7634f8cf9b
roles/wazuh-agent: add noqa 208 exception for Windows template task
2020-11-12 11:42:15 -03:00
neonmei
55d3039519
roles/wazuh-agent: change comparison to literal bool
2020-11-12 11:42:11 -03:00
zenidd
a9f96ff495
Merge branch 'master' into feature-adapt-major-version
2020-10-23 17:30:57 +02:00
Manuel J. Bernal
fec24b4f6d
Merge pull request #467 from wazuh/odfe-1101
...
Bump ODFE roles to 1.10.1
2020-10-23 17:30:00 +02:00
zenidd
9cac95729b
Set empty authd pass
2020-10-23 14:04:18 +02:00
zenidd
2f33aa20c5
New major version fixes
2020-10-23 13:21:32 +02:00
zenidd
dee32f7b79
update wazuh agent repos
2020-10-23 12:37:32 +02:00
zenidd
09408c3b8c
Update windows package md5sum
2020-10-23 10:35:15 +02:00
zenidd
583f38f19c
Merge master changes
2020-10-20 17:44:26 +02:00
zenidd
5ad76a1e36
Bump versions
2020-10-20 17:40:28 +02:00
zenidd
dbd9b1a52a
Update wazuh agent MD5
2020-10-19 14:15:35 +02:00
Manuel J. Bernal
6a6fb15654
Remove vuls block from Linux tasks
2020-10-07 17:03:28 +02:00
Manuel J. Bernal
575fcc966a
Remove vuls integration
2020-10-07 16:59:46 +02:00
Manuel Gutierrez
48dda652b2
Update year
2020-10-02 13:13:00 +02:00
zenidd
73764f5db2
Adding latests wazuh packages
2020-10-01 15:52:53 +02:00
zenidd
707aad76ad
Bump to Wazuh version v3.13.2
2020-09-18 15:06:21 +02:00
Manuel J. Bernal
8adceb5833
Fixed authorization_pass_path XML option
2020-09-02 00:08:43 +02:00
Manuel J. Bernal
54443102f7
WIP: auto-enrollment implementation
2020-09-01 22:55:53 +02:00
Manuel J. Bernal
bc7e1fbb8a
Added autoenrollment feature to agent ossec.conf template
2020-09-01 15:31:35 +02:00
Manuel J. Bernal
45a14c128c
WIP: Adapting to v4.0
2020-08-12 19:45:46 +02:00
Manuel J. Bernal
e310b7b766
Fixed check_mode when condition
2020-07-23 12:32:47 +02:00
Manuel J. Bernal
3b87adf8a3
Merge pull request #194 from dsroark-dt/async_ignore_check_mode
...
ignore check mode for async tasks
2020-07-21 19:06:05 +02:00
Manuel J. Bernal
dd77cb9c20
Added condition to ossec.conf template
2020-07-16 18:26:16 +02:00
Manuel J. Bernal
a6ad44e4b9
Added new options to agent's ossec.conf
2020-07-16 18:03:54 +02:00
Manuel J. Bernal
882780de2c
Added new ossec.conf settings
2020-07-14 13:02:07 +02:00
Manuel J. Bernal
970b03a9f2
Bump version
2020-07-14 12:53:55 +02:00
Hadrien
d6f3d91a46
update check on windows wazuh_agent_authd.agent_name's definition
2020-06-29 18:54:37 +02:00
Zenidd
d907793953
Bump to version v3.13.0_7.7.1
2020-06-23 16:51:53 +02:00
Manuel J. Bernal
2212adb5bf
Merge branch 'devel' into wazuh-agent-fixes
2020-06-19 16:25:09 +02:00
Manuel J. Bernal
fdc3b0f55c
Lint changes
2020-05-14 18:13:53 +02:00
Manuel J. Bernal
8b278f316b
Merge branch 'feature-126-delegate-registration' into 126-agent-registration
2020-05-12 21:47:29 +02:00
Jose M
12090632a7
Delete "alert_new_files" occurrences
2020-04-30 17:01:24 +02:00
Jose M
e354359e38
Update Agent Windows MD5
2020-04-30 12:25:55 +02:00
Jose M
883ef93af7
Bump version to 3.12.3_7.6.2
2020-04-30 12:22:59 +02:00
Manuel J. Bernal
903e5d53d1
Merge pull request #402 from wazuh/feature-345-oracle2openjdk
...
Replacing Oracle Java with OpenJDK 1.8
2020-04-15 13:38:59 +02:00
Zenidd
0c328081e7
Bump version to 3.12.2-7.6.2
2020-04-13 10:35:12 +02:00
Christos Pollalis
ae40cb4582
Split "Copy CA, SSL key and cert for authd" task
...
of the wazuh-agent playbook to allow one to perform either manager
or agent verification, or both.
2020-04-11 18:26:13 +03:00
Christos Pollalis
f6e020631e
Make agent registration via the rest API idempotent
...
Check whether an error was returned by the HTTP POST to the `agents/`
endpoint before invoking `/var/ossec/bin/manage_agents` in order to
register a new agent.
It seems like that if an agent has already been registered under the
given name, the HTTP POST will return an error that'll cause the next
task, which is meant to retrieve the agent information, to be skipped.
That'll cause the agent registration task to fail in return. Instead,
this change will cause the aforementioned task to be skipped, too. So,
if an agent has already been successfully registered and the playbook
is re-run, it'll run all the way to the end.
If anything goes wrong (during the registration process) and the agent
fails to start, the `restart wazuh-agent` handler will still fail.
2020-04-11 02:15:42 +03:00
Manuel J. Bernal
b57623b916
Bump MD5 hash
2020-04-08 19:59:52 +02:00
Manuel J. Bernal
6b3f04f32c
Bump version
2020-04-08 19:56:44 +02:00
Zenidd
584950532f
Replacing Oracle Java with OpenJDK 1.8
2020-04-07 11:41:00 +02:00
Jose M. Garcia
67305df536
Merge branch 'devel' into async_ignore_check_mode
2020-03-31 12:37:53 +02:00
Zenidd
02d945bed4
Empty custom agent packages url
2020-03-25 18:07:29 +01:00
Zenidd
6b57e195b8
jinja template fixes
2020-03-25 15:50:47 +01:00
Zenidd
0019c7fdf2
Updating manager configuration templates and vars
2020-03-25 15:50:47 +01:00