56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
16 lines
311 B
YAML
16 lines
311 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
vars:
|
|
metadata:
|
|
name: Verify the server fits the RAM requirements
|
|
description: >
|
|
Verify that the server has enough RAM.
|
|
groups:
|
|
- prep
|
|
- pre-introspection
|
|
- pre-upgrade
|
|
minimal_ram_gb: 24
|
|
roles:
|
|
- check_ram
|