Removing comment and using placeholders

This commit is contained in:
Zenidd 2020-06-23 16:59:30 +02:00
parent d907793953
commit 4c0289cdf8

View File

@ -1,9 +1,9 @@
--- ---
- hosts: managers - hosts: managers
roles: roles:
# - role: ../roles/wazuh/ansible-wazuh-manager - role: ../roles/wazuh/ansible-wazuh-manager
- role: ../roles/wazuh/ansible-filebeat-oss - role: ../roles/wazuh/ansible-filebeat-oss
filebeat_output_elasticsearch_hosts: filebeat_output_elasticsearch_hosts:
- "172.16.0.161:9200" - "<elastic-node-1>:9200"
- "172.16.0.162:9200" - "<elastic-node-2>:9200"
- "172.16.0.163:9200" - "<elastic-node-2>:9200"