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``:
57
57
infra_vm_data_capacity: "200G"
58
58
59
59
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.
61
63
62
64
.. code-block :: console
63
65
@@ -73,7 +75,7 @@ Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm
73
75
size: "100%VG"
74
76
filesystem: "ext4"
75
77
mount: true
76
- mntp: “ /var/lib/elasticsearch”
78
+ mntp: " /var/ossec"
77
79
create: true
78
80
79
81
@@ -249,7 +251,7 @@ It will be used by wazuh secrets playbook to generate wazuh secrets vault file.
249
251
.. code-block :: console
250
252
251
253
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
253
255
254
256
255
257
TLS (optional)
You can’t perform that action at this time.
0 commit comments