1
0
Fork 0
mirror of https://github.com/luzifer-ansible/instance-status.git synced 2025-03-16 07:15:58 +00:00
instance-status/templates/checks.yml

11 lines
164 B
YAML
Raw Normal View History

2017-12-25 02:04:41 +01:00
---
# {{ ansible_managed }}
2017-12-25 02:04:41 +01:00
# Global checks
{{ instance_status_global_checks | to_nice_yaml }}
# Instance checks
2017-12-25 02:04:41 +01:00
{{ instance_status_checks | to_nice_yaml }}
...