xoxys.swap/README.md

1.1 KiB

xoxys.swap

Build Status License: MIT

Create and configure swap storage.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

swap_enabled

Enable or disable swap.

Default value

swap_enabled: true

swap_path

Path to the swapfile to create.

Default value

swap_path: /swapfile

swap_size

Size of the swapfile to create.

Default value

swap_size: '{{ ansible_memtotal_mb }}'

Dependencies

None.

License

MIT

Author

Robert Kaussow