Commit Graph

  • 1dfd613f0d
    roles/wazuh-agent: uncomment api_pass neonmei 2020-11-12 14:35:23 -0300
  • 0bbdf231f2
    roles/wazuh-agent: remove "is defined" conditionals, as authd_pass is now part of roles default, now check is only against length neonmei 2020-11-12 14:34:57 -0300
  • bab8279f73
    roles/wazuh-agent: remove include_vars tasks neonmei 2020-11-12 14:29:01 -0300
  • 92ebe86ef6
    roles/wazuh-agent: move api_pass and authd_pass from role vars to defaults, lowering precedence required to override them neonmei 2020-11-12 14:24:14 -0300
  • 88873a1759
    roles/opendistro-kibana: add missing noqa for rules 208 and 503 false positive I forgot to push neonmei 2020-11-12 13:18:45 -0300
  • 8e827552a7
    roles/opendistro-kibana: add missing noqa for rule 503 false positive neonmei 2020-11-12 13:15:42 -0300
  • 1e03700188
    Merge branch 'feature-lint-roles-etc' neonmei 2020-11-12 13:07:45 -0300
  • f35ffeed76
    Merge branch 'feature-lint-role-wazuh-manager' neonmei 2020-11-12 13:07:35 -0300
  • 4156a75395
    Merge branch 'feature-lint-role-wazuh-agent' neonmei 2020-11-12 13:07:25 -0300
  • b2723f69e3
    Merge branch 'feature-lint-role-opendistro' neonmei 2020-11-12 13:07:15 -0300
  • ac796d2fdc
    Merge branch 'feature-lint-role-filebeat-oss' neonmei 2020-11-12 13:07:04 -0300
  • 7bc8ea365b
    lint: add ansible-lint configuration with skip_list and settings for better output neonmei 2020-11-12 12:04:38 -0300
  • a0f32789c4
    roles/kibana: add noqa to task, as we only intend to ensure owner/group and keep mode neonmei 2020-11-12 12:01:25 -0300
  • 6f5f1106b3
    roles/wazuh-agent: add missing mode for file task neonmei 2020-11-12 11:38:19 -0300
  • 7634f8cf9b
    roles/wazuh-agent: add noqa 208 exception for Windows template task neonmei 2020-11-12 11:37:55 -0300
  • 55d3039519
    roles/wazuh-agent: change comparison to literal bool neonmei 2020-11-12 11:37:10 -0300
  • 8be12f0c5a
    roles/filebeat-oss: remove extra file permissions task neonmei 2020-11-12 11:33:09 -0300
  • 68b8c6b5a0
    roles/filebeat-oss: add missing file mode and ownership for security_actions tasks neonmei 2020-11-12 11:32:49 -0300
  • 87e9c8fc23
    roles/wazuh-manager: add missing mode and ownership to file module neonmei 2020-11-12 11:26:57 -0300
  • 17e4e687a4
    roles/elasticsearch: add linting exception to lineinfile module to avoid changing permissions of global /etc/security/limits.conf neonmei 2020-11-12 11:20:02 -0300
  • bc9b5b5849
    roles/elasticsearch: add missing mode and ownership to lineinfile module neonmei 2020-11-12 11:18:35 -0300
  • bc27023861
    roles/elasticsearch: expand task, add missing mode and ownership to file module neonmei 2020-11-12 11:17:34 -0300
  • 84744fe8ab
    roles/elasticsearch: add missing mode and ownership to template module at tasks/xpack_security.yml neonmei 2020-11-12 11:16:09 -0300
  • 878c55a180
    roles/opendistro-elasticsearch: add new variable opendistro_nolog_sensible to role defaults neonmei 2020-11-12 11:07:07 -0300
  • 8fdfecc06f
    roles/opendistro-elasticsearch: add missing mode for file module neonmei 2020-11-12 11:05:47 -0300
  • c0d48e3ad4
    roles/opendistro-elasticsearch: remove use of command module with sed and change it to replace module. Also add a nolog to the tasks guarded by opendistro_nolog_sensible to avoid outputting non-hashed passwords in deploy log neonmei 2020-11-12 11:04:32 -0300
  • 15f15170f3
    roles/opendistro-elasticsearch: remove nested jinja pattern and move it to a task-local variable for clarity neonmei 2020-11-12 11:00:36 -0300
  • 36e235c877
    roles/filebeat: remove unused variable filebeat_ssl_dir neonmei 2020-11-10 15:53:43 -0300
  • f5f80aa588
    roles/opendistro-elasticsearch: remove unused variable es_nodes neonmei 2020-11-10 15:53:21 -0300
  • e466b3c35e
    roles/kibana: remove unused variables node_certs_generator and node_certs_source neonmei 2020-11-10 15:52:58 -0300
  • 1511649944
    roles/elasticsearch: remove unused variable elasticsearch_xpack_security_user neonmei 2020-11-10 15:52:29 -0300
  • 1d93181625
    roles/filebeat: remove unused variables node_certs_generator and node_certs_source neonmei 2020-11-10 15:25:41 -0300
  • 04e242e207
    roles/filebeat-oss: remove unused variables filebeat_security_user and filebeat_security_password neonmei 2020-11-10 15:24:52 -0300
  • 200efb981c
    roles/opendistro-kibana: remove unused variable elasticsearch_nodes neonmei 2020-11-10 15:24:11 -0300
  • b928bc81fe
    roles/opendistro-elasticsearch: remove unused variable elasticrepo neonmei 2020-11-10 15:23:39 -0300
  • eb5e74bb02
    roles/filebeat: remove unused variables neonmei 2020-11-10 15:06:42 -0300
  • e90ddb73e6
    roles/filebeat-oss: remove unused variables neonmei 2020-11-10 15:05:38 -0300
  • fad82ba7d1
    roles/opendistro-kibana: remove unused variables neonmei 2020-11-10 15:04:31 -0300
  • aa04ebad90
    roles/opendistro-elasticsearch: remove unused variables neonmei 2020-11-10 15:04:21 -0300
  • 80593c464b
    Merge branch 'feature-filebeat-oss-package-fix' neonmei 2020-11-10 14:41:39 -0300
  • 0866c54e2b roles/filebeat-oss: minor fix zenidd 2020-11-10 18:36:26 +0100
  • ed8bccb3a4 roles/filebeat-oss: use apt/yum module instead of package zenidd 2020-11-10 18:30:13 +0100
  • 52a809158a roles/filebeat-oss: allow installing fixed filebeat version zenidd 2020-11-10 17:03:12 +0100
  • 2a5da5f78d
    roles/agent: add support for overlaying like role-distributed ansible.cfg setting for hash_behaviour neonmei 2020-11-10 10:48:12 -0300
  • 53fbc82931
    roles/agent: reduce depth of wazuh_agent_config by extracting internal dicts to outside variables neonmei 2020-11-10 10:45:43 -0300
  • 389a3a2ed5
    Merge pull request #484 from wazuh/feature-fix-task-condition Manuel J. Bernal 2020-11-10 13:48:59 +0100
  • 0afaba51fc Fix repository removal task condition zenidd 2020-11-10 13:05:05 +0100
  • 75f1669ca8
    Merge branch 'feature-es-cluster-check-fix' neonmei 2020-11-09 15:26:24 -0300
  • af948dff01 Fix ES API test task until statement. Fix block indentation zenidd 2020-11-09 19:08:33 +0100
  • fe67ea2d51
    Merge pull request #482 from wazuh/feature-manager-remove-nodejs Manuel J. Bernal 2020-11-09 18:14:43 +0100
  • 1f1aba8dd7
    Merge pull request #477 from wazuh/feature-adapt-molecule-tests Manuel J. Bernal 2020-11-09 18:14:07 +0100
  • c462ac72bd
    Merge pull request #478 from wazuh/feature-opendistro-runonce Manuel J. Bernal 2020-11-09 18:13:49 +0100
  • 0f6ea26123
    roles/wazuh_manager: merge uninstall tasks in a single file neonmei 2020-11-09 14:04:55 -0300
  • d44532482a
    roles/wazuh_manager: remove nodejs as wazuh-api was migrated to python neonmei 2020-11-09 13:58:23 -0300
  • d23feddede Refactor test conditions zenidd 2020-11-09 17:57:12 +0100
  • 54f5d84e35
    Merge pull request #481 from wazuh/feature-manager-unnest Manuel J. Bernal 2020-11-09 17:46:33 +0100
  • a1f4a16fd9
    roles/wazuh_manager: add support for role-distributed ansible.cfg setting for hash_behaviour neonmei 2020-11-09 13:03:54 -0300
  • bda7de57ec Elastic API check fix zenidd 2020-11-09 16:29:43 +0100
  • 3b5d8651a6
    roles/wazuh_manager: reduce depth of wazuh_manager_config by extracting contents into external dictionaries neonmei 2020-11-09 11:37:48 -0300
  • e7663c008b
    github: change workflow trigger for molecule tests neonmei 2020-11-06 15:08:04 -0300
  • e5ccf1361d
    github: add scenario for Distributed ODFE+Wazuh neonmei 2020-11-06 15:05:08 -0300
  • 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 -0300
  • 603e68aab7
    gitignore: add certificate directories generated during molecule run and .mypy_cache 2020-11-06 13:21:43 -0300
  • 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 -0300
  • f771fb4dfd
    lint: update ansible and lint for molecule lint matrix task 2020-11-06 13:19:47 -0300
  • 64ae425716
    poetry: update pyproject and lockfile 2020-11-06 13:18:24 -0300
  • 2d2654c251
    molecule: remove playground scenario clustered-wazuh-only 2020-11-06 13:17:47 -0300
  • 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 -0300
  • 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 -0300
  • 422cf2d627
    molecule: add distributed-wazuh-elk scenario, which tests a distributed wazuh and elk stack with 2 agents 2020-11-06 13:13:59 -0300
  • 65de34e3ad
    molecule: update default scenario to v3.x, change images and update options for systemd and resource limiting 2020-11-06 13:12:59 -0300
  • 8bc314f3ba
    molecule/flake8: remove unused import 2020-11-04 16:11:09 -0300
  • a9e6a087f0
    molecule: remove extra var 2020-11-04 11:58:24 -0300
  • f22e277c63
    molecule: add scenario clustered-wazuh-only 2020-11-04 11:46:56 -0300
  • d4ff91bbf3
    Merge pull request #475 from wazuh/fix-deprecated-option Manuel J. Bernal 2020-11-03 23:17:00 +0100
  • 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 -0300
  • 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 -0300
  • e8ad26a3ca Removed deprecated option manuasir 2020-11-03 19:18:10 +0100
  • 1391d258e5
    Merge pull request #458 from wazuh/feature-adapt-major-version Manuel J. Bernal 2020-10-27 16:10:28 +0100
  • 4a3ff23794
    Fixed cluster example Manuel Gutierrez 2020-10-27 15:04:29 +0100
  • a77be1f959
    Add custom API user support Manuel Gutierrez 2020-10-27 15:02:27 +0100
  • 912d669281
    Use standard module format Manuel Gutierrez 2020-10-27 15:01:28 +0100
  • f4b6fa098f
    Specify API password requirements on defaults Manuel Gutierrez 2020-10-27 15:00:53 +0100
  • 926f4fd102
    Fix cluster node rendering Manuel Gutierrez 2020-10-27 14:57:24 +0100
  • 8cb307064b
    Fix cluster key and add custom user Manuel Gutierrez 2020-10-27 14:26:10 +0100
  • 13cda56e94
    Use playbook_dir for relative paths Manuel Gutierrez 2020-10-26 19:33:25 +0100
  • f345ec1439
    Update username param on sample playbook Manuel Gutierrez 2020-10-26 19:32:12 +0100
  • b679c7d185
    Apply format Manuel Gutierrez 2020-10-26 19:27:03 +0100
  • b79f3c6213
    Remove API test Manuel Gutierrez 2020-10-26 19:26:44 +0100
  • a9f96ff495 Merge branch 'master' into feature-adapt-major-version zenidd 2020-10-23 17:30:57 +0200
  • fec24b4f6d
    Merge pull request #467 from wazuh/odfe-1101 Manuel J. Bernal 2020-10-23 17:30:00 +0200
  • 9870df0917 Update changelog zenidd 2020-10-23 17:17:35 +0200
  • f1dba34f50 Updating default index pattern zenidd 2020-10-23 17:09:03 +0200
  • 7d0202206e Bump Revision version zenidd 2020-10-23 17:07:52 +0200
  • 9cac95729b Set empty authd pass zenidd 2020-10-23 14:04:18 +0200
  • 2f33aa20c5 New major version fixes zenidd 2020-10-23 13:21:32 +0200
  • dee32f7b79 update wazuh agent repos zenidd 2020-10-23 12:37:32 +0200
  • cab1f1d520 update wazuh repos zenidd 2020-10-23 12:36:07 +0200
  • ac7b80d54e Replace APP URL zenidd 2020-10-23 11:36:07 +0200
  • 319261d29f Filebeat module version update zenidd 2020-10-23 10:42:46 +0200