Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 470 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 470 Bytes

Ansible-Role: atb-ansible-nfsserver

Installs nfsserver and configures exports

Requirements

  • Debian or Ubuntu

Role Variables

nfsserver_shares:
  - /media/nfs      172.17.100.122(rw,sync,no_subtree_check)

Example Playbook

- hosts: localhost
  roles:
    - nfsserver
      vars:
        nfsserver_shares:
          - /media/nfs      172.17.100.122(rw,sync,no_subtree_check)

License

GPL-3.0

Author

  • Wolfgang Hotwagner