diff --git a/ansible/playbooks/indri.yml b/ansible/playbooks/indri.yml index f18ae85..7d14d92 100644 --- a/ansible/playbooks/indri.yml +++ b/ansible/playbooks/indri.yml @@ -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