diff options
Diffstat (limited to 'group_vars/ands.yml')
-rw-r--r-- | group_vars/ands.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/group_vars/ands.yml b/group_vars/ands.yml index d3121c1..d9639f3 100644 --- a/group_vars/ands.yml +++ b/group_vars/ands.yml @@ -3,3 +3,8 @@ #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_configure_heketi: false + +ands_repo_url: http://ufo.kit.edu/ands/repos +ands_repositories: + - name: ands-updates + url: "{{ ands_repo_url }}/centos74/" |