项目作者: geerlingguy

项目描述 :
Ansible Role - NFS
高级语言: HTML
项目地址: git://github.com/geerlingguy/ansible-role-nfs.git
创建时间: 2014-03-05T03:38:40Z
项目社区:https://github.com/geerlingguy/ansible-role-nfs

开源协议:MIT License

下载


Ansible Role: NFS

CI

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):

  1. 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)" ]).

  1. nfs_rpcbind_state: started
  2. nfs_rpcbind_enabled: true

(RedHat/CentOS/Fedora only) The state of the rpcbind service, and whether it should be enabled at system boot.

Dependencies

None.

Example Playbook

  1. - hosts: db-servers
  2. roles:
  3. - { role: geerlingguy.nfs }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.