container -> service migration

This commit is contained in:
uumas
2025-03-27 22:19:03 +02:00
parent 2fef2c6ad8
commit f2bd55941a
5 changed files with 7 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
---
- name: Prometheus container
include_role:
name: container
name: service
vars:
docker_service: prometheus
docker_image: prom/prometheus
@@ -33,7 +32,7 @@
- name: Webhook container for prometheus
include_role:
name: container
name: service
vars:
docker_service: prometheus_webhook
docker_image: thecatlady/webhook
@@ -47,7 +46,7 @@
- name: Blackbox exporter for prometheus
include_role:
name: container
name: service
vars:
docker_service: blackbox_exporter
docker_image: prom/blackbox-exporter