summaryrefslogtreecommitdiffstats
path: root/ansible/nfs_ganesha_client_setup.yml
blob: 8327e2431219b4a581f21455d41bbddc54520c29 (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: gluster_clients
  gather_facts: no

  tasks:
   - name: Setup Clients to run NFS-Ganesha tests.
     yum:
	name: ['wget', 'iozone', 'perl-Test-Harness', 'libacl*', 'gcc']
	state: latest