Skip to content
Snippets Groups Projects
Commit 21a2ec4e authored by Matevz Erzen's avatar Matevz Erzen
Browse files

Added git clone wazuh make command

parent 1d8bba99
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ ANSIBLE_ARGS = -i $(ENV_DIR)/inventory.txt \ ...@@ -8,6 +8,10 @@ ANSIBLE_ARGS = -i $(ENV_DIR)/inventory.txt \
-e ansible_dir=$(ANSIBLE_DIR) \ -e ansible_dir=$(ANSIBLE_DIR) \
-e environment_dir=$(ENV_DIR) -e environment_dir=$(ENV_DIR)
clone-wazuh:
-git clone https://github.com/wazuh/wazuh-ansible.git > /dev/null 2>&1
cd wazuh-ansible && git checkout tags/v4.1.5
reprovision: reprovision:
@ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook $(ANSIBLE_ARGS) $(ANSIBLE_DIR)/provision-reset.yml @ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook $(ANSIBLE_ARGS) $(ANSIBLE_DIR)/provision-reset.yml
......
...@@ -15,6 +15,10 @@ In addition to Wazuh, ClamAV is also installed to agent machines (for testing pu ...@@ -15,6 +15,10 @@ In addition to Wazuh, ClamAV is also installed to agent machines (for testing pu
First, checkout Wazuh's tag `v4.1.5` into the current directory: First, checkout Wazuh's tag `v4.1.5` into the current directory:
```
$ make clone-wazuh
```
or
``` ```
$ git clone https://github.com/wazuh/wazuh-ansible.git $ git clone https://github.com/wazuh/wazuh-ansible.git
$ git checkout tags/v4.1.5 $ git checkout tags/v4.1.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment