File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ Define VM sizing in ``etc/kayobe/inventory/group_vars/wazuh-manager/infra-vms``:
5757 infra_vm_data_capacity: "200G"
5858
5959
60- Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm ``:
60+ Optional: define LVM volumes in ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm ``.
61+ ``/var/ossec `` often requires greater storage space, and ``/var/lib/wazuh-indexer ``
62+ may be beneficial too.
6163
6264.. code-block :: console
6365
@@ -73,7 +75,7 @@ Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm
7375 size: "100%VG"
7476 filesystem: "ext4"
7577 mount: true
76- mntp: “ /var/lib/elasticsearch”
78+ mntp: " /var/ossec"
7779 create: true
7880
7981
@@ -249,7 +251,7 @@ It will be used by wazuh secrets playbook to generate wazuh secrets vault file.
249251.. code-block :: console
250252
251253 kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-secrets.yml
252- ansible-vault encrypt --vault-password-file ~/vault.pass $KAYOBE_CONFIG_PATH/inventory/group_vars/ wazuh/wazuh-manager/wazuh- secrets
254+ ansible-vault encrypt --vault-password-file ~/vault.pass $KAYOBE_CONFIG_PATH/wazuh- secrets.yml
253255
254256
255257 TLS (optional)
You can’t perform that action at this time.
0 commit comments