56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
15 lines
308 B
YAML
15 lines
308 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
vars:
|
|
metadata:
|
|
name: Verify if the server fits the CPU core requirements
|
|
description: >
|
|
Make sure that the server has enough CPU cores.
|
|
groups:
|
|
- prep
|
|
- pre-introspection
|
|
minimal_cpu_count: 8
|
|
roles:
|
|
- check_cpu
|