xoxys.telegraf/tasks/main.yml

7 lines
154 B
YAML
Raw Normal View History

2021-06-03 18:55:27 +02:00
---
- include_tasks: setup.yml
2021-06-03 18:55:27 +02:00
- import_tasks: tls.yml
when: telegraf_prometheus_tls_enabled | bool
tags: tls_renewal
2022-04-01 14:57:33 +02:00
- include_tasks: post_tasks.yml