xoxys.prometheus/tasks/main.yml

7 lines
146 B
YAML
Raw Normal View History

2021-05-29 11:45:35 +00:00
---
- include_tasks: prepare.yml
2021-05-29 15:52:24 +00:00
- import_tasks: tls.yml
when: prometheus_web_tls_enabled | bool
tags: tls_renewal
2021-05-29 20:21:37 +00:00
- include_tasks: setup.yml