Adding backup-and-restore validation group

- editing playbook to add backup-and-restore as group:
  * check-cpu.yaml
  * service-status.yaml
  * validate-selinux.yaml

Depends-on: I6167f65837ba5e96243b20a3661008d1805eedd5
Change-Id: I9428a63327b6b628f9552b6c5ee7f91c8b972508
This commit is contained in:
Juan Pablo Lopez 2021-04-15 12:37:44 +00:00
parent 8e04cca047
commit 7e40c9ff35
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
Make sure that the server has enough CPU cores.
groups:
- prep
- backup-and-restore
- pre-introspection
minimal_cpu_count: 8
roles:

View File

@ -8,6 +8,7 @@
a failed service.
groups:
- prep
- backup-and-restore
- pre-deployment
- pre-upgrade
- post-deployment

View File

@ -6,6 +6,7 @@
description: >-
Ensures we don't have any SELinux denials on the system
groups:
- backup-and-restore
- pre-deployment
- post-deployment
- pre-upgrade