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

21 lines
554 B
YAML

---
- hosts: all
vars:
metadata:
name: Verify server fits the disk space requirements
description: >
Make sure that the root partition on the server node has enough
free space.
groups:
- prep
- pre-introspection
volumes:
- {mount: /var/lib/docker, min_size: 10}
- {mount: /var/lib/config-data, min_size: 3}
- {mount: /var/log, min_size: 3}
- {mount: /usr, min_size: 5}
- {mount: /var, min_size: 20}
- {mount: /, min_size: 25}
roles:
- check_disk_space