summaryrefslogtreecommitdiffstats
path: root/ansible/nfs_ganesha_client_setup.yml
blob: 86dea397ded4c84f95ef71243829aec2f7ba6c86 (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', 'git', 'make', 'time']
	state: latest