AIO playbook variables added

This commit is contained in:
Gonzalo Acuña 2023-01-24 10:36:35 -03:00
parent 1032908b11
commit 7fe5d56505
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -37,11 +37,19 @@
run_once: true
# 2. Wazuh indexer
- role: ../../roles/wazuh/wazuh-indexer
vars:
indexer_node_name: "wazuh-es01"
# 3. Managers
- role: ../../roles/wazuh/ansible-wazuh-manager
- role: ../../roles/wazuh/ansible-filebeat-oss
vars:
dashboard_node_name: "wazuh-mgr01"
filebeat_output_indexer_hosts:
- "localhost:9200"
# 4. Wazuh dashboard
- role: ../../roles/wazuh/wazuh-dashboard
vars:
dashboard_node_name: "wazuh-dash01"
# 5. Agents:
# - role: ../../roles/wazuh/ansible-wazuh-agent
# vars: