gantsign.swapspace
Ansible Role: Swapspace
This role helps you install and set up Swapspace, a tool to manage swap space on Linux.
Requirements
Ansible version 2.9 or higher
Linux Distribution:
Debian Family:
Ubuntu:
- Bionic (18.04)
- Focal (20.04)
Role Variables
There are no specific variables for this role.
Example Playbook
- hosts: servers
roles:
- role: gantsign.swapspace
More Roles From GantSign
Check out more roles by GantSign on Ansible Galaxy.
Development & Testing
This project uses Molecule for development and testing. It is unit tested with Testinfra and pytest.
To develop or test, you need to have the following installed:
To make installation easier, this project includes Molecule Wrapper. It’s a shell script that installs Molecule and its dependencies (excluding Linux) and runs Molecule with your command.
To test this role using Molecule Wrapper, run the following command from the project root:
./moleculew test
Note: Some dependencies may need sudo
permissions for installation.
License
MIT
Author Information
John Freeman
GantSign Ltd. Company No. 06109112 (registered in England)
ansible-galaxy install gantsign.swapspace