mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-12 20:20:18 +01:00
No description
e7c2f5a175
The commit makes sure that we include the correct overrides for service names, and also that we don't assume yum as the package manager since newer Fedora versions (22 and above) use dnf. Tested on Fedora 23. |
||
---|---|---|
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.travis.yml | ||
README.md |
Ansible Role: NFS
Installs NFS utilities on RedHat/CentOS or Debian/Ubuntu.
Requirements
None.
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml
):
nfs_exports: []
A list of exports which will be placed in the /etc/exports
file. See Ubuntu's simple Network File System (NFS) guide for more info and examples. (Simple example: nfs_exports: { "/home/public *(rw,sync,no_root_squash)" }
).
Dependencies
None.
Example Playbook
- hosts: db-servers
roles:
- { role: geerlingguy.nfs }
License
MIT / BSD
Author Information
This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.