blob: ea5c6d9db10357acc73d66b8e7d0f0c248a86fea (
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
|