summaryrefslogtreecommitdiffstats
path: root/group_vars/glusterfs.yml
blob: 0593d310c1724e4b5bb6aaf21760c7f455265cc3 (plain)
1
2
3
4
5
6
# 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" ]