xoxys.prometheus/tasks/main.yml
Robert Kaussow 0abd03b77b
All checks were successful
continuous-integration/drone/push Build is passing
chore: drop selinux task and bind to unprivileged port
2021-05-29 21:43:54 +02:00

7 lines
146 B
YAML

---
- include_tasks: prepare.yml
- include_tasks: setup.yml
- import_tasks: tls.yml
when: prometheus_web_tls_enabled | bool
tags: tls_renewal