From 741eab491c4b3837c1498806577327a79d7404c1 Mon Sep 17 00:00:00 2001 From: arvindpatel Date: Tue, 27 Oct 2020 08:45:17 +0530 Subject: [PATCH] Config file added Signed-off-by: arvindpatel Change-Id: I86d30a9f76981478b7de229784c4b47b534ceff6 --- ocd/infra/playbooks/config.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ocd/infra/playbooks/config.yml diff --git a/ocd/infra/playbooks/config.yml b/ocd/infra/playbooks/config.yml new file mode 100644 index 0000000..6571ff1 --- /dev/null +++ b/ocd/infra/playbooks/config.yml @@ -0,0 +1,33 @@ +# Copyright 2020 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +--- + +firstvar: + name: +swrusr: + name: +swrpass: + name: +sUserName: + name: +sPass: + name: +authServer: + name: +authServerMecm: + name: +adminpwd: + name: +kongpgpwd: + name: -- 2.16.6