Skip to content

Commit

Permalink
Updated formatting of playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
atcommander committed Oct 19, 2022
1 parent a3d0459 commit bc33fb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
25 changes: 13 additions & 12 deletions playbooks/install-aio.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
# Certificates generation
- hosts: '{{target|default("wazuh_aio")}}'
roles:
- role: indexer
perform_installation: false
tags:
- generate-certs
- hosts: '{{target|default("wazuh_aio")}}'
roles:
- role: indexer
perform_installation: false
tags:
- generate-certs

# Single node
- hosts: wazuh_aio
roles:
- role: indexer
- role: manager
- role: filebeat
- role: dashboard
- hosts: '{{target|default("wazuh_aio")}}'
roles:
- role: indexer
- role: manager
- role: filebeat
- role: dashboard
3 changes: 1 addition & 2 deletions playbooks/install-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
roles:
- role: manager
- role: filebeat
filebeat_node_name: node-5

filebeat_node_name: node-5

# Indexer + dashboard node
- hosts: '{{target|default("wazuh_dashboard")}}'
Expand Down

0 comments on commit bc33fb5

Please sign in to comment.