ansible/roles/nfs
Salt 4e6e287b19 Set up REALLY INSECURE NFS
Oh god I need to pare this down
But I mean it's NFS so you have to assume really high trust anyway
But still
2021-02-28 20:37:33 -06:00
..
.github Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
defaults Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
handlers Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
meta Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
molecule/default Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
tasks Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
templates Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
vars Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
.ansible-lint Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
.gitignore Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
.yamllint Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
LICENSE Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00
README.md Set up REALLY INSECURE NFS 2021-02-28 20:37:33 -06:00

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

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

nfs_rpcbind_state: started
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

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

License

MIT / BSD

Author Information

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