Using placeholders instead of addresses
This commit is contained in:
parent
8adceb5833
commit
e532e214d5
@ -1,10 +1,10 @@
|
||||
---
|
||||
- hosts: agents
|
||||
- hosts: <your wazuh agents hosts>
|
||||
roles:
|
||||
- ../roles/wazuh/ansible-wazuh-agent
|
||||
vars:
|
||||
wazuh_managers:
|
||||
- address: 172.16.0.111
|
||||
- address: <your manager IP>
|
||||
port: 1514
|
||||
protocol: tcp
|
||||
api_port: 55000
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
---
|
||||
- hosts: managers
|
||||
- hosts: <WAZUH_MANAGER_HOST>
|
||||
roles:
|
||||
- role: ../roles/wazuh/ansible-wazuh-manager
|
||||
- role: ../roles/wazuh/ansible-filebeat
|
||||
filebeat_output_elasticsearch_hosts: 172.16.0.161:9200
|
||||
filebeat_output_elasticsearch_hosts: <YOUR_ELASTICSEARCH_IP>:9200
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user