xoxys.swap/defaults/main.yml

10 lines
266 B
YAML

---
# @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