An open API service indexing awesome lists of open source software.

https://github.com/aboutbits/ansible-swap

Ansible - Swap Role
https://github.com/aboutbits/ansible-swap

ansible ansible-role swap

Last synced: about 1 month ago
JSON representation

Ansible - Swap Role

Awesome Lists containing this project

README

          

Ansible Swap Role
=================

Swap creation role.

## Role Variables

- `swap_size`: The size of the swap file

## Example Playbook

```yaml
- hosts: all
tasks:
- ansible.builtin.include_role:
name: ansible-swap
vars:
swap_size: '1G'
```

## Build & Publish

To build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.