diff --git a/README.md b/README.md index e70dee55..6a9fda27 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' sudo ansible-playbook wazuh-production-ready.yml -i inventory ``` -After the playbook execution, the Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://` ## Example: single-host environment @@ -380,7 +380,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' sudo ansible-playbook wazuh-single.yml -i inventory ``` -After the playbook execution, the Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://` ## Contribute