Ansible role for swapfile
This role was prepared and tested for Ubuntu 16.04.
$ ansible-galaxy install iroquoisorg.swapfile
---
swapfile_location: /swapfile
swapfile_size: 512MB
swapfile_swappiness: false
swapfile_vfs_cache_pressure: false
swapfile_use_dd: false
swapfile_check_swap_on_boot: false
ci_build: false
Please check development guide for details about developing and testing this role.