11 lines
187 B
YAML
11 lines
187 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
tags:
|
|
- always
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup.yml"
|
|
tags:
|
|
- setup-all
|
|
- setup-prometheus-node-exporter
|