diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
commit | c163108c0c0c7b7a4f05da411e98ac0f503e31e0 (patch) | |
tree | 4934d1b2e98b0e8a94816848e44496e009e6755f /group_vars | |
parent | cba41110aa086553192ed5a309a6b8031812c221 (diff) | |
download | ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.gz ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.bz2 ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.xz ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.zip |
Fix critical bug in docker provisioner, improve mysql performance, provision system users/groups to enable NFS group mapping, various minor fixes
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/ands.yml | 2 | ||||
-rw-r--r-- | group_vars/baremetal.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/group_vars/ands.yml b/group_vars/ands.yml index bd2f066..6fe77ae 100644 --- a/group_vars/ands.yml +++ b/group_vars/ands.yml @@ -4,3 +4,5 @@ ands_repo_url: http://ufo.kit.edu/ands/repos ands_repositories: - name: ands-updates url: "{{ ands_repo_url }}/centos74/" + - name: ands-hardware + url: "{{ ands_repo_url }}/hardware/" diff --git a/group_vars/baremetal.yml b/group_vars/baremetal.yml index be03d80..294cd9d 100644 --- a/group_vars/baremetal.yml +++ b/group_vars/baremetal.yml @@ -25,3 +25,4 @@ ands_inner_interface: "ib1" #ands_public_interface: "eth0" ands_host_id: "{{ ansible_hostname | regex_replace('^ipekatrin(\\d+)(\\.|$)', '\\1') }}" + |