summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/nfs_ganesha_client_setup.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/nfs_ganesha_client_setup.yml b/ansible/nfs_ganesha_client_setup.yml
new file mode 100644
index 000000000..8327e2431
--- /dev/null
+++ b/ansible/nfs_ganesha_client_setup.yml
@@ -0,0 +1,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