Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hiddentao/ansible-swapmem

Ansible role to setup swap memory on a Ubuntu server
https://github.com/hiddentao/ansible-swapmem

Last synced: 8 days ago
JSON representation

Ansible role to setup swap memory on a Ubuntu server

Awesome Lists containing this project

README

        

Ansible role: Swapmem
========

This sets up Swap space on a server if not already available. The setup
swap space size will be twice the total system RAM size.

Dependencies
------------

None.

Example Playbook
-------------------------

This role requires Ansible facts, so ensure `gather_facts` is turned on:

```
- hosts: servers
gather_facts: yes
roles:
- hiddentao.swapmem
```

License
-------

MIT

Author Information
------------------

By [Ramesh Nair](http://hiddentao.com)