Readme updated with prod playbook
This commit is contained in:
parent
8ee3463030
commit
9ca18fecc3
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user