xoxys.swap

Build Status License: MIT

Create and configure swap storage.

Table of contents


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_facts['memtotal_mb'] }}"

Dependencies

None.

License

MIT

Author

Robert Kaussow

S
Description
No description provided
Readme MIT
55 KiB
Languages
Python 100%