Remove ordering comments from playbook (handled by meta dependencies)
This commit is contained in:
parent
7fd601d864
commit
8291a8cb22
1 changed files with 0 additions and 2 deletions
|
|
@ -2,10 +2,8 @@
|
|||
- name: Configure indri
|
||||
hosts: indri
|
||||
roles:
|
||||
# Loki must come before Alloy (Alloy pushes logs to Loki)
|
||||
- role: loki
|
||||
tags: loki
|
||||
# Alloy replaces node_exporter for metrics and adds log collection
|
||||
- role: alloy
|
||||
tags: alloy
|
||||
- role: prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue