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

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