Removing comment and using placeholders
This commit is contained in:
parent
d907793953
commit
4c0289cdf8
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user