Files
vps/ansible/playbooks/matrix-healthchecks.yml
T

9 lines
186 B
YAML

---
- name: Install Matrix K3s local health checks
hosts: matrix
become: true
gather_facts: false
roles:
- role: matrix_healthcheck
tags: [matrix, healthcheck, timers]