Go to file
Robert Kaussow 3b7dddec77
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details
fix: disable changes on shell commands
2024-04-17 14:56:47 +02: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 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
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