xoxys.swap/defaults/main.yml

10 lines
266 B
YAML
Raw Normal View History

2024-04-15 16:39:29 +02:00
---
# @var swap_enabled:description: Enable or disable swap.
swap_enabled: True
# @var swap_size:description: Size of the swapfile to create.
swap_size: "{{ ansible_memtotal_mb }}"
# @var swap_path:description: Path to the swapfile to create.
swap_path: /swapfile