xoxys.telegraf/tasks/main.yml

7 lines
154 B
YAML
Raw Normal View History

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