Commit Graph

1726 Commits

Author SHA1 Message Date
neonmei
200efb981c
roles/opendistro-kibana: remove unused variable elasticsearch_nodes 2020-11-10 15:24:11 -03:00
neonmei
b928bc81fe
roles/opendistro-elasticsearch: remove unused variable elasticrepo 2020-11-10 15:23:39 -03:00
neonmei
eb5e74bb02
roles/filebeat: remove unused variables 2020-11-10 15:06:42 -03:00
neonmei
e90ddb73e6
roles/filebeat-oss: remove unused variables 2020-11-10 15:05:38 -03:00
neonmei
fad82ba7d1
roles/opendistro-kibana: remove unused variables 2020-11-10 15:04:31 -03:00
neonmei
aa04ebad90
roles/opendistro-elasticsearch: remove unused variables 2020-11-10 15:04:21 -03:00
neonmei
80593c464b
Merge branch 'feature-filebeat-oss-package-fix' 2020-11-10 14:41:39 -03:00
zenidd
0866c54e2b roles/filebeat-oss: minor fix 2020-11-10 18:36:26 +01:00
zenidd
ed8bccb3a4 roles/filebeat-oss: use apt/yum module instead of package 2020-11-10 18:30:13 +01:00
zenidd
52a809158a roles/filebeat-oss: allow installing fixed filebeat version 2020-11-10 17:03:12 +01:00
neonmei
2a5da5f78d
roles/agent: add support for overlaying like role-distributed ansible.cfg setting for hash_behaviour 2020-11-10 10:48:12 -03:00
neonmei
53fbc82931
roles/agent: reduce depth of wazuh_agent_config by extracting internal dicts to outside variables 2020-11-10 10:45:43 -03:00
Manuel J. Bernal
389a3a2ed5
Merge pull request #484 from wazuh/feature-fix-task-condition
Fix repository removal task condition
2020-11-10 13:48:59 +01:00
zenidd
0afaba51fc Fix repository removal task condition 2020-11-10 13:05:05 +01:00
neonmei
75f1669ca8
Merge branch 'feature-es-cluster-check-fix' 2020-11-09 15:26:24 -03:00
zenidd
af948dff01 Fix ES API test task until statement. Fix block indentation 2020-11-09 19:08:33 +01:00
Manuel J. Bernal
fe67ea2d51
Merge pull request #482 from wazuh/feature-manager-remove-nodejs
Remove unnecesary nodejs dependency
2020-11-09 18:14:43 +01:00
Manuel J. Bernal
1f1aba8dd7
Merge pull request #477 from wazuh/feature-adapt-molecule-tests
Feature adapt molecule tests
2020-11-09 18:14:07 +01:00
Manuel J. Bernal
c462ac72bd
Merge pull request #478 from wazuh/feature-opendistro-runonce
Improve handling of run_once at opendistro-elasticsearch role
2020-11-09 18:13:49 +01:00
neonmei
0f6ea26123
roles/wazuh_manager: merge uninstall tasks in a single file 2020-11-09 14:04:55 -03:00
neonmei
d44532482a
roles/wazuh_manager: remove nodejs as wazuh-api was migrated to python
For more information, see: https://github.com/wazuh/wazuh/releases/tag/v4.0.0
2020-11-09 13:58:23 -03:00
zenidd
d23feddede Refactor test conditions 2020-11-09 17:57:12 +01:00
Manuel J. Bernal
54f5d84e35
Merge pull request #481 from wazuh/feature-manager-unnest
Feature manager configuration unnest
2020-11-09 17:46:33 +01:00
neonmei
a1f4a16fd9
roles/wazuh_manager: add support for role-distributed ansible.cfg setting for hash_behaviour 2020-11-09 13:03:54 -03:00
zenidd
bda7de57ec Elastic API check fix 2020-11-09 16:29:43 +01:00
neonmei
3b5d8651a6
roles/wazuh_manager: reduce depth of wazuh_manager_config by extracting contents into external dictionaries 2020-11-09 11:42:01 -03:00
neonmei
e7663c008b
github: change workflow trigger for molecule tests 2020-11-06 15:08:04 -03:00
neonmei
e5ccf1361d
github: add scenario for Distributed ODFE+Wazuh 2020-11-06 15:05:08 -03:00
dc2486b339
roles/opendistro: switch from import_tasks to include_tasks, move block tag and conditional from security_actions.yml to main.yml 2020-11-06 14:21:19 -03:00
603e68aab7
gitignore: add certificate directories generated during molecule run and .mypy_cache 2020-11-06 13:21:43 -03:00
c81f973963
github: update actions with 3 jobs for testing scenarios: default, distributed-wazuh-elk and distributed-wazuh-elk-xpack 2020-11-06 13:21:00 -03:00
f771fb4dfd
lint: update ansible and lint for molecule lint matrix task 2020-11-06 13:19:47 -03:00
64ae425716
poetry: update pyproject and lockfile 2020-11-06 13:18:24 -03:00
2d2654c251
molecule: remove playground scenario clustered-wazuh-only 2020-11-06 13:17:47 -03:00
3a45bcc989
molecule: add distributed-wazuh-odfe scenario, which tests a distributed wazuh+odfe stack with 2 agents. This test will not pass until opendistro-elastic role receives updates for how it determines when to run initial users tasks at security_actions.yml 2020-11-06 13:16:29 -03:00
6cee75e057
molecule: add distributed-wazuh-elk-xpack scenario, which tests a distributed wazuh and elk+xpack stack with 2 agents 2020-11-06 13:14:43 -03:00
422cf2d627
molecule: add distributed-wazuh-elk scenario, which tests a distributed wazuh and elk stack with 2 agents 2020-11-06 13:13:59 -03:00
65de34e3ad
molecule: update default scenario to v3.x, change images and update options for systemd and resource limiting 2020-11-06 13:12:59 -03:00
8bc314f3ba
molecule/flake8: remove unused import 2020-11-06 13:10:05 -03:00
a9e6a087f0
molecule: remove extra var 2020-11-04 11:58:24 -03:00
f22e277c63
molecule: add scenario clustered-wazuh-only 2020-11-04 11:46:56 -03:00
Manuel J. Bernal
d4ff91bbf3
Merge pull request #475 from wazuh/fix-deprecated-option
Removed deprecated option
2020-11-03 23:17:00 +01:00
534b5ddcd6
molecule/default: temporarily disable testinfra, as complying to these test would require role work outside of the scope of this PR 2020-11-03 17:28:48 -03:00
3d4345a70f
ansible-lint: add role naming convention rule #106 to warn_list to allow molecule lint stage to continue with tests 2020-11-03 16:45:30 -03:00
manuasir
e8ad26a3ca Removed deprecated option 2020-11-03 19:18:10 +01:00
Manuel J. Bernal
1391d258e5
Merge pull request #458 from wazuh/feature-adapt-major-version
Adapt wazuh-ansible to new 4.0 major version
2020-10-27 16:10:28 +01:00
Manuel Gutierrez
4a3ff23794
Fixed cluster example 2020-10-27 15:04:29 +01:00
Manuel Gutierrez
a77be1f959
Add custom API user support 2020-10-27 15:02:27 +01:00
Manuel Gutierrez
912d669281
Use standard module format 2020-10-27 15:01:28 +01:00
Manuel Gutierrez
f4b6fa098f
Specify API password requirements on defaults 2020-10-27 15:00:53 +01:00