Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joenyland/ansible-nfs-server-role
https://github.com/joenyland/ansible-nfs-server-role
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-nfs-server-role
- Owner: JoeNyland
- Created: 2023-04-16T09:20:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T15:58:35.000Z (over 1 year ago)
- Last Synced: 2024-12-06T21:08:31.412Z (24 days ago)
- Language: Jinja
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joenyland.nfs_server
=========================[![CI](https://github.com/JoeNyland/ansible-nfs-server-role/actions/workflows/ci.yml/badge.svg)](https://github.com/JoeNyland/ansible-nfs-server-role/actions/workflows/ci.yml)
Installs NFS server and configures exports.
Requirements
------------None.
Role Variables
--------------### `nfs_exports`
A hash of exports to create
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: server
roles:
- role: joenyland.nfs_server
vars:
nfs_exports:
/home:
client_permissions:
10.0.0.0/16:
- rw # Allow read/write access
```License
-------MIT
Author Information
------------------⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)