Gael Chamoulaud (Strider) 56453eaee8
Add playbooks
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-03-09 16:24:30 +01:00

17 lines
346 B
YAML

---
- hosts: all
vars:
metadata:
name: Ensure services state
description: >
Detect services status on the target host and fails if we find
a failed service.
groups:
- prep
- pre-deployment
- pre-upgrade
- post-deployment
- post-upgrade
roles:
- service_status