Skip to content
/ nfs Public

Ansible role to install and configure a NFS server

License

Notifications You must be signed in to change notification settings

rolehippie/nfs

Repository files navigation

nfs

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure a NFS server.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

nfs_exports

List of available exports

Default value

nfs_exports: []

Example usage

nfs_exports:
  - path: /data/bar
    host: 192.168.0.0/24
    options:
      - rw
      - sync
      - no_subtree_check
  - path: /data/baz
    network: 192.168.0.0/24

Discovered Tags

nfs

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger