Adding molecule unit tests

This commit is contained in:
Ian Roddis
2026-03-23 15:15:27 -03:00
parent 72f171e88f
commit 0bf5dd0024
75 changed files with 2092 additions and 2 deletions
+2
View File
@@ -30,6 +30,7 @@
value: '262144'
state: present
sysctl_set: true
when: not (molecule_test_mode | default(false))
- name: Deploy Wazuh docker-compose
ansible.builtin.template:
@@ -42,3 +43,4 @@
community.docker.docker_compose_v2:
project_src: "{{ wazuh_data_dir }}"
state: present
when: not (molecule_test_mode | default(false))