mirror of
https://github.com/luzifer-ansible/instance-status.git
synced 2024-11-14 16:22:42 +00:00
10 lines
164 B
YAML
10 lines
164 B
YAML
---
|
|
# {{ ansible_managed }}
|
|
|
|
# Global checks
|
|
{{ instance_status_global_checks | to_nice_yaml }}
|
|
|
|
# Instance checks
|
|
{{ instance_status_checks | to_nice_yaml }}
|
|
|
|
...
|