9 lines
171 B
YAML
9 lines
171 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: mgrote_munin_node
|
|
become: true
|
|
tags: "munin"
|
|
- role: patrickjahns.promtail
|
|
become: true
|
|
tags: "promtail"
|