From 8cc5df6f9e3222b827397367840fa6423130bb80 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Tue, 19 Dec 2017 17:26:29 +0800 Subject: Add a judgement to control the proxy jump configuration - Set a default value(True) to proxy_jump - For MCP, set proxy_jump to False. Because remote node can be directly connected from qtip container without proxy jump. Change-Id: I92214de984a0231ba4ba873f3a60cb12589ade28 Signed-off-by: zhihui wu --- resources/ansible_roles/qtip/defaults/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 resources/ansible_roles/qtip/defaults/main.yml (limited to 'resources/ansible_roles/qtip/defaults/main.yml') diff --git a/resources/ansible_roles/qtip/defaults/main.yml b/resources/ansible_roles/qtip/defaults/main.yml new file mode 100755 index 00000000..2569059c --- /dev/null +++ b/resources/ansible_roles/qtip/defaults/main.yml @@ -0,0 +1,10 @@ +############################################################################## +# Copyright (c) 2018 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +proxy_jump: True -- cgit 1.2.3-korg