Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leucos/ansible-nfs-server
Ansible NFS server role
https://github.com/leucos/ansible-nfs-server
ansible-role nfs nfs-server
Last synced: 16 days ago
JSON representation
Ansible NFS server role
- Host: GitHub
- URL: https://github.com/leucos/ansible-nfs-server
- Owner: leucos
- Created: 2017-03-24T15:54:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T16:53:59.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T22:44:47.794Z (3 months ago)
- Topics: ansible-role, nfs, nfs-server
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NFS server Ansible role
======================Installs & configures nfs server & exports on Ubuntu 16.04+
Requirements
------------None
Role Variables
--------------`nfs_server_export_directories`: yaml structure containing an export line to add or change
Example
-------```
nfs_server_export_directories:
- path: "/tmp"
clients:
- "localhost(rw,no_root_squash)"
- "foo.dev(rw,no_root_squash)"
- path: "/data/backups"
clients:
- "server1(rw,no_root_squash)"
- "server2(rw,no_root_squash)"
```License
-------MIT
Author Information
------------------@leucos