6b11677987
The default facts gathering is set to false. Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I2ac937df59f91b566029b0260e804d2972362f97
15 lines
309 B
YAML
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
|