Files
vps/ansible/playbooks/healthchecks.yml
T

9 lines
166 B
YAML
Raw Normal View History

2026-08-03 12:26:42 +08:00
---
- name: Deploy daily local health checks
hosts: managed
become: true
gather_facts: false
roles:
- role: healthcheck
tags: [healthcheck, timers]