An Ansible role that manages swap with dphys-swapfile on Raspberry Pi OS (Debian Bookworm).
Please see defaults/main.yml for a complete list of variables that can be overridden.
This role relies on the following dependencies:
- Roles: None
- Collections: requirements.yml
$ ansible-galaxy role install escalate.swap
- hosts: all
roles:
- role: escalate.swap
tags: swap
MIT