Align license headers with REUSE guidelines
[kuberef.git] / inventory / group_vars / all / global.yaml
1 ---
2
3 # SPDX-FileCopyrightText: 2021 Ericsson AB and others
4 #
5 # SPDX-License-Identifier: Apache-2.0
6
7 # root directory of kuberef repository
8 kuberef_root: "{{ lookup('env', 'CURRENTPATH') }}"
9
10 # path to inventory folder where the initial
11 inventory_path: "{{ kuberef_root }}/inventory"
12
13 # workspace where all work-in-progress files get stored
14 workspace: "{{ kuberef_root }}/workspace"
15
16 # directory for storing base images acting as backing file
17 images_path: "{{ kuberef_root }}/images"
18
19 # public SSH key for use by kuberef installation
20 pub_key: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub"
21
22 # deployment type for kuberef
23 deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}"
24
25 # OS distro from DISTRO from environment variables
26 os_distro: "{{ lookup('env', 'DISTRO') }}"