Readme updated with prod playbook

This commit is contained in:
Gonzalo Acuña 2022-03-16 11:20:48 -03:00
parent 8ee3463030
commit 9ca18fecc3
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -187,7 +187,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
hidden: 'no' hidden: 'no'
wazuh_api_users: wazuh_api_users:
- username: custom-user - username: custom-user
password: SecretPassword! password: SecretPassword1!
filebeat_output_indexer_hosts: filebeat_output_indexer_hosts:
- "{{ hostvars.wi1.private_ip }}" - "{{ hostvars.wi1.private_ip }}"
- "{{ hostvars.wi2.private_ip }}" - "{{ hostvars.wi2.private_ip }}"
@ -249,7 +249,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
url: https://{{ hostvars.manager.private_ip }} url: https://{{ hostvars.manager.private_ip }}
port: 55000 port: 55000
username: custom-user username: custom-user
password: SecretPassword! password: SecretPassword1!
instances: instances:
node1: node1:
name: node-1 name: node-1