Jiri Podivin 6b11677987
Validations now gather only the subset of facts they need
The default facts gathering is set to false.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I2ac937df59f91b566029b0260e804d2972362f97
2021-02-23 10:42:51 +01:00

15 lines
309 B
YAML

---
- hosts: all
gather_facts: false
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