mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 08:33:07 +01:00
7 lines
143 B
YAML
7 lines
143 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tasks:
|
||
|
- name: Import the Node Exporter role
|
||
|
import_role:
|
||
|
name: prometheus.prometheus.node_exporter
|