.woodpecker | ||
defaults | ||
meta | ||
molecule/default | ||
tasks | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
.yamllint | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.yml |
xoxys.swap
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