summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2019-05-03 18:00:45 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-07-23 08:49:56 +0000
commit0a8d6a5a64f5c95ede7333a094deae2375dda7b9 (patch)
treee0d2e2a9fcac7e2f44754c745211e708b38a2782 /ansible
parentb263b7b8ca7f1192c009e87e9e3c5efd814f69cd (diff)
Ansiblize NFS Client Setup
Change-Id: Id2ebcacfb375a6fe92ae299ac0058eca827d1022 Signed-off-by: Ambarish Soman <asoman@redhat.com> Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
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