gluster / gluster-ansible-cluster

Ansible role to create and deploy a Gluster cluster.
GNU General Public License v3.0
40 stars 24 forks source link

Support for gluster_cluster_options #15

Closed jkozera closed 6 years ago

jkozera commented 6 years ago

The gluster_volume module in Ansible supports passing options, see for example https://github.com/ansible/ansible/blob/7d2c71462d9ed7ed9b524b73c9c3868a1c0f1ed6/lib/ansible/modules/storage/glusterfs/gluster_volume.py#L112

Currently it's impossible to pass those options using gluster-ansible-cluster, and this simple patch adds such possibility, by default still not passing any options ({} - empty dict).