AIO playbook variables added
This commit is contained in:
parent
1032908b11
commit
7fe5d56505
8
.github/playbooks/aio-wazuh.yml
vendored
8
.github/playbooks/aio-wazuh.yml
vendored
@ -37,11 +37,19 @@
|
|||||||
run_once: true
|
run_once: true
|
||||||
# 2. Wazuh indexer
|
# 2. Wazuh indexer
|
||||||
- role: ../../roles/wazuh/wazuh-indexer
|
- role: ../../roles/wazuh/wazuh-indexer
|
||||||
|
vars:
|
||||||
|
indexer_node_name: "wazuh-es01"
|
||||||
# 3. Managers
|
# 3. Managers
|
||||||
- role: ../../roles/wazuh/ansible-wazuh-manager
|
- role: ../../roles/wazuh/ansible-wazuh-manager
|
||||||
- role: ../../roles/wazuh/ansible-filebeat-oss
|
- role: ../../roles/wazuh/ansible-filebeat-oss
|
||||||
|
vars:
|
||||||
|
dashboard_node_name: "wazuh-mgr01"
|
||||||
|
filebeat_output_indexer_hosts:
|
||||||
|
- "localhost:9200"
|
||||||
# 4. Wazuh dashboard
|
# 4. Wazuh dashboard
|
||||||
- role: ../../roles/wazuh/wazuh-dashboard
|
- role: ../../roles/wazuh/wazuh-dashboard
|
||||||
|
vars:
|
||||||
|
dashboard_node_name: "wazuh-dash01"
|
||||||
# 5. Agents:
|
# 5. Agents:
|
||||||
# - role: ../../roles/wazuh/ansible-wazuh-agent
|
# - role: ../../roles/wazuh/ansible-wazuh-agent
|
||||||
# vars:
|
# vars:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user