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

https://github.com/jacksingleton/ansible-ramfs


https://github.com/jacksingleton/ansible-ramfs

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

ansible-ramfs
=========

Mount an in-memory `ramfs` filesystem.

`ramfs` is a very simple in-memory filesystem that will never be written to swap.

Note that `ramfs` does not have a size limit. Anyone with write access will be able to exhaust the memory on the machine.

Role Variables
--------------

* `ramfs_path`: Where the in-ram filesystem should be mounted
* `ramfs_mode`: Mount point permissions, defaults to a restrictive `0600`

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

See test.yml

License
-------

BSD