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

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