xoxys.swap/defaults/main.yml
Robert Kaussow f874fa89e0
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
first commit
2024-04-15 16:39:29 +02:00

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