Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiddentao/ansible-swapmem
- Owner: hiddentao
- Created: 2014-06-17T13:04:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T13:44:50.000Z (over 10 years ago)
- Last Synced: 2023-04-09T04:12:11.020Z (over 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)