56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
17 lines
346 B
YAML
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
|