Skip to content

Commit 4fc5ba4

Browse files
committed
docs(wazuh): add section on wazuh config
1 parent 176a2b4 commit 4fc5ba4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An Ansible role for infrastructure components as Docker containers. Handles task
1313
| [godns](https://github.com/TimothyYe/godns) | Dynamic DNS | No |
1414
| [Wireguard](https://github.com/linuxserver/docker-wireguard) | Remote access VPN | No |
1515
| [Unifi](https://github.com/linuxserver/docker-unifi-controller) | Unifi network management | No |
16+
| [Wazuh](https://github.com/wazuh/wazuh) | Wazuh Security Platform | No |
1617

1718
## Installation
1819

@@ -54,6 +55,14 @@ infra_graylog_password_secret: "super-long-random-string-minimum-64-chars"
5455
# Hash of the password used for the root user [run `echo -n yourpassword | shasum -a 256`]
5556
infra_graylog_password_sha2: "sha256-sum-of-your-password"
5657

58+
# If `infra_use_wazuh` is true, then
59+
# Password for the wazuh indexer 'admin' user (infra_wazuh_indexer_admin_user)
60+
infra_wazuh_indexer_admin_password: ~
61+
# Password for the wazuh indexer 'dashboard' user (infra_wazuh_indexer_dashboard_user)
62+
infra_wazuh_indexer_dashboard_password: ~
63+
# Password for the wazuh api user (infra_wazuh_api_username). NB: The password for Wazuh API users must be between 8 and 64 characters long. It must contain at least one uppercase and one lowercase letter, a number, and a symbol.
64+
infra_wazuh_api_password: ~
65+
5766
```
5867
5968
### Recommended configuration changes

0 commit comments

Comments
 (0)