Closed jkozera closed 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
gluster_volume
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).
gluster-ansible-cluster
{}
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#L112Currently 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).