jetune.glusterfs_client
Ansible Role for GlusterFS Client on Linux
This Ansible role helps you install the GlusterFS client on Linux operating systems.
Supported Version
- GlusterFS Client 3.12 and above
Supported Operating Systems
- CentOS 6/7
- RedHat 6/7
- Ubuntu Xenial/Bionic
How to Use
Install the role with the command:
ansible-galaxy install jetune.glusterfs_client
Add it to your playbook like this:
--- - hosts: all roles: - role: jetune.glusterfs_client