summaryrefslogtreecommitdiffstats
path: root/group_vars/ands.yml
blob: d81f11e01f825c2cc9a0d5931adc5e4ee2964f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
ands_configure_heketi: false

# This should be here, the variables from the role are not propogated to hostvars
#ands_master_id: "{{ ('masters' in group_names) | ternary(groups.masters.index(('masters' in group_names) | ternary(inventory_hostname, groups.masters[0])), -1) }}"
ands_storage_hostname: "{{ ands_storage_network | default(false) | ternary(ands_storage_network | default('') | ipaddr(ands_host_id) | ipaddr('address'), ansible_fqdn) }}"


ands_repo_url: http://ufo.kit.edu/ands/repos
ands_repositories:
  - name: ands-updates 
    url: "{{ ands_repo_url }}/centos74/"