9 lines
166 B
YAML
9 lines
166 B
YAML
---
|
|
- name: Deploy daily local health checks
|
|
hosts: managed
|
|
become: true
|
|
gather_facts: false
|
|
roles:
|
|
- role: healthcheck
|
|
tags: [healthcheck, timers]
|