https://github.com/jacksingleton/ansible-ramfs
https://github.com/jacksingleton/ansible-ramfs
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksingleton/ansible-ramfs
- Owner: jacksingleton
- Created: 2016-02-29T06:45:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T06:47:04.000Z (over 10 years ago)
- Last Synced: 2025-01-30T17:44:47.265Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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