Go to file
Robert Kaussow 4e46955702
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful
ci: fix deprecated settings
2024-08-18 13:44:01 +02:00
.woodpecker ci: fix deprecated settings 2024-08-18 13:44:01 +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 ci: fix deprecated settings 2024-08-18 13:44:01 +02:00
tasks fix: disable changes on shell commands 2024-04-17 14:56:47 +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
pyproject.toml 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

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