xoxys.prometheus/tasks/main.yml

7 lines
146 B
YAML
Raw Normal View History

2021-05-29 13:45:35 +02:00
---
- include_tasks: prepare.yml
2021-05-29 17:52:24 +02:00
- import_tasks: tls.yml
when: prometheus_web_tls_enabled | bool
tags: tls_renewal
2021-05-29 22:21:37 +02:00
- include_tasks: setup.yml