1
0
Fork 0
mirror of https://github.com/luzifer-ansible/instance-status.git synced 2025-03-15 06:47:44 +00:00
instance-status/templates/checks.yml
Knut Ahlers 8debfb2845
Add more configuration variables
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-26 14:00:31 +02:00

10 lines
164 B
YAML

---
# {{ ansible_managed }}
# Global checks
{{ instance_status_global_checks | to_nice_yaml }}
# Instance checks
{{ instance_status_checks | to_nice_yaml }}
...