add heketi/glusterfs as additional contributional network storage

This commit is contained in:
Sascha Marcel Schmidt
2018-06-25 13:23:20 +02:00
parent 73a2a18006
commit 9d2fabc9b9
23 changed files with 896 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
- name: "Load lvm kernel modules"
become: true
with_items:
- "dm_snapshot"
- "dm_mirror"
- "dm_thin_pool"
modprobe:
name: "{{ item }}"
state: "present"
- name: "Install glusterfs mount utils"
become: true
yum:
name: "glusterfs-fuse"
state: "present"