Go to file
CI Bot 296b0adf8e [skip ci] automated docs update 2024-04-15 14:43:03 +00:00
.woodpecker first commit 2024-04-15 16:39:29 +02:00
defaults first commit 2024-04-15 16:39:29 +02:00
meta first commit 2024-04-15 16:39:29 +02:00
molecule first commit 2024-04-15 16:39:29 +02:00
tasks first commit 2024-04-15 16:39:29 +02:00
.gitignore first commit 2024-04-15 16:39:29 +02:00
.later.yml first commit 2024-04-15 16:39:29 +02:00
.markdownlint.yml first commit 2024-04-15 16:39:29 +02:00
.prettierignore first commit 2024-04-15 16:39:29 +02:00
LICENSE first commit 2024-04-15 16:39:29 +02:00
README.md [skip ci] automated docs update 2024-04-15 14:43:03 +00:00
pyproject.toml first commit 2024-04-15 16:39:29 +02:00

README.md

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