Go to file
Robert Kaussow f2c009b42d
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 16:06:16 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:16 +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/default refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:16 +02:00
tasks refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:16 +02:00
.gitignore 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
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:16 +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
requirements.yml refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:16 +02: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