Skip to content

Instantly share code, notes, and snippets.

@azamara
Last active January 2, 2019 09:44
Show Gist options
  • Save azamara/a7e0ad20f69e960b1823f1dc84e79f59 to your computer and use it in GitHub Desktop.
Save azamara/a7e0ad20f69e960b1823f1dc84e79f59 to your computer and use it in GitHub Desktop.
---
- name: Install NFS Client
hosts: nfs-client
gather_facts: no
become: yes
tasks:
- name: Install
shell: |
yum install -y nfs-utils || (apt-get -y update && apt-get install -y nfs-common)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment