8 lines
176 B
YAML
8 lines
176 B
YAML
- name: Install monitoring tools
|
|
apt:
|
|
name: [prometheus-node-exporter]
|
|
install_recommends: false
|
|
|
|
- name: promtail
|
|
include_tasks: promtail.yml
|
|
when: home_network
|