summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/all/global.yaml12
-rw-r--r--inventory/localhost.ini4
2 files changed, 8 insertions, 8 deletions
diff --git a/inventory/group_vars/all/global.yaml b/inventory/group_vars/all/global.yaml
index 8b2adf9..c032226 100644
--- a/inventory/group_vars/all/global.yaml
+++ b/inventory/group_vars/all/global.yaml
@@ -1,12 +1,8 @@
---
-# SPDX-license-identifier: Apache-2.0
-##############################################################################
-# Copyright (c) Ericsson AB 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
-##############################################################################
+
+# SPDX-FileCopyrightText: 2021 Ericsson AB and others
+#
+# SPDX-License-Identifier: Apache-2.0
# root directory of kuberef repository
kuberef_root: "{{ lookup('env', 'CURRENTPATH') }}"
diff --git a/inventory/localhost.ini b/inventory/localhost.ini
index 72f71a5..c332a7f 100644
--- a/inventory/localhost.ini
+++ b/inventory/localhost.ini
@@ -1,3 +1,7 @@
+; SPDX-FileCopyrightText: 2021 Anuket contributors
+;
+; SPDX-License-Identifier: Apache-2.0
+
[all:vars]
ansible_ssh_extra_args=' -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'