From dff5798a7fa8796a08c745a5f22aec6674c14c32 Mon Sep 17 00:00:00 2001 From: zenidd Date: Thu, 15 Oct 2020 18:50:50 +0200 Subject: [PATCH] Minor readme fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0f02bde..557b288d 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,8 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ansible-playbook wazuh-odfe-production-ready.yml -i inventory ``` +After the playbook execution, Wazuh UI should be reachable through `https://:5601` + ## Example: single-host environment ### Playbook @@ -322,7 +324,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ansible-playbook wazuh-odfe-single.yml -i inventory ``` -After the playbooks execution +After the playbook execution, Wazuh UI should be reachable through `https://:5601` ## Branches * `master` branch on correspond to the last Wazuh-Ansible stable version.