9 lines
182 B
YAML
9 lines
182 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
|