/ansible-role-nfs

Infrastructure as Code (IaC) with Ansible for NFS

GNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status

IaC: with Ansible role to install and configure NFS


Description

  • Ansible role for NFS

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.nfs

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - nfs
...

Licence