From 44c9410449a0a83955ffd58f413c7b5835fa7785 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 1 Mar 2021 14:11:07 +0100 Subject: Drop rancher_server_image global variable It's not in use since the time 'rancher' role got obsoleted by 'rke' one Change-Id: Ibdc26103d9f7e87c9bb29a60c9276210e88d2628 Issue-ID: OOM-2686 Signed-off-by: Bartek Grzybowski --- ansible/group_vars/infrastructure.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'ansible') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 586f7925..a590c46c 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -21,7 +21,6 @@ populate_nexus: false helm_bin_dir: /usr/local/bin helm_version: v2.16.6 helm3_push_version: 0.9.0 -rancher_server_image: rancher/server:v1.6.22 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 -- cgit 1.2.3-korg