# This should be here, the variables from the role are not propogated to hostvars

glusterfs_ip: "{{ ands_storage_network | default(false) | ternary(ands_storage_network | default('') | ipaddr(ands_host_id) | ipaddr('address'), openshift_ip) }}"
#glusterfs_devices: "[ {{ ands_heketi_dev }} ]"

glusterfs_devices: [ "/dev/mapper/ands-ands_heketi" ]