2020-03-09 16:24:30 +01:00
|
|
|
---
|
|
|
|
- hosts: all
|
2021-06-24 10:52:19 +02:00
|
|
|
gather_facts: false
|
2020-03-09 16:24:30 +01:00
|
|
|
vars:
|
|
|
|
metadata:
|
|
|
|
name: Ensure services state
|
|
|
|
description: >
|
|
|
|
Detect services status on the target host and fails if we find
|
|
|
|
a failed service.
|
|
|
|
groups:
|
|
|
|
- prep
|
2021-04-15 12:37:44 +00:00
|
|
|
- backup-and-restore
|
2020-03-09 16:24:30 +01:00
|
|
|
- pre-deployment
|
|
|
|
- pre-upgrade
|
|
|
|
- post-deployment
|
|
|
|
- post-upgrade
|
2021-09-14 11:13:32 +02:00
|
|
|
categories:
|
|
|
|
- systemd
|
|
|
|
- container
|
|
|
|
- docker
|
|
|
|
- podman
|
|
|
|
products:
|
|
|
|
- common
|
2020-03-09 16:24:30 +01:00
|
|
|
roles:
|
|
|
|
- service_status
|