Skip to content
Snippets Groups Projects
Commit 1a77c97a authored by Chris Hines's avatar Chris Hines
Browse files

I think these are the depenencies for a CentOS 7 node to be an NFS client

parent afd62f9d
No related branches found
No related tags found
No related merge requests found
---
- name: install dependencies
yum: name={{ item }} state=installed
sudo: true
with_items:
- libnfsidmap
- nfs-utils
- nfs-utils-lib
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"
- include: mountFileSystem.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment