Skip to content

fgci-org/ansible-role-nfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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: ansible-role-nfs }

License

MIT / BSD

Author Information

This role is based on the one with the same name from Jeff Geerling, author of Ansible for DevOps. Minor changes have been made to deal with CentOS 7.

About

setting up NFS server and exports

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.3%
  • Dockerfile 36.4%
  • Jinja 10.3%