minor syntax fix2

This commit is contained in:
zenidd 2020-10-16 14:13:35 +02:00
parent 653eecca1b
commit c265a6db4b

View File

@ -273,7 +273,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
ansible-playbook wazuh-odfe-production-ready.yml -i inventory ansible-playbook wazuh-odfe-production-ready.yml -i inventory
``` ```
After the playbook execution, Wazuh UI should be reachable through `https://<kibana_host>:5601` After the playbook execution, the Wazuh UI should be reachable through `https://<kibana_host>:5601`
## Example: single-host environment ## Example: single-host environment
@ -325,7 +325,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
ansible-playbook wazuh-odfe-single.yml -i inventory ansible-playbook wazuh-odfe-single.yml -i inventory
``` ```
After the playbook execution, Wazuh UI should be reachable through `https://<your server host>:5601` After the playbook execution, the Wazuh UI should be reachable through `https://<your server host>:5601`
## Branches ## Branches
* `master` branch on correspond to the last Wazuh-Ansible stable version. * `master` branch on correspond to the last Wazuh-Ansible stable version.