joenyland.nfs_server

joenyland.nfs_server

CI

Installs NFS server and configures exports.

Requirements

None.

Role Variables

nfs_exports

A hash of exports to create

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - role: joenyland.nfs_server
      vars:
        nfs_exports:
          /home:
            client_permissions:
              10.0.0.0/16:
                - rw # Allow read/write access

License

MIT

Author Information

⌨️ with ❤️ by Joe Nyland

About

Installs NFS server and configures exports.

Install
ansible-galaxy install joenyland.nfs_server
GitHub repository
License
Unknown
Downloads
259
Owner