mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-24 18:51:02 +01:00
19 lines
482 B
YAML
19 lines
482 B
YAML
---
|
|
|
|
- name: install prometheus node exporter
|
|
import_tasks: install.yml
|
|
tags:
|
|
- 'role::prometheus_node_openbsd'
|
|
- 'role::prometheus_node_openbsd:install'
|
|
|
|
- name: install syspatch check
|
|
import_tasks: syspatch.yml
|
|
tags:
|
|
- 'role::prometheus_node_openbsd'
|
|
- 'role::prometheus_node_openbsd:syspatch'
|
|
|
|
- name: configure prometheus node exporter
|
|
import_tasks: config.yml
|
|
tags:
|
|
- "role::prometheus_node_openbsd"
|
|
- "role::prometheus_node_openbsd:config"
|