Using placeholders instead of addresses

This commit is contained in:
zenidd 2020-10-01 10:43:44 +02:00
parent 8adceb5833
commit e532e214d5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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