From 932b526644e635c179b51465dd635a7bc64511f1 Mon Sep 17 00:00:00 2001 From: Oksana Salyk Date: Fri, 13 Sep 2024 14:04:42 +0200 Subject: [PATCH] common: add small amendments --- utils/ansible/README.md | 2 +- utils/ansible/opensuse-setup.yml | 3 ++- utils/ansible/rockylinux-setup.yml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/ansible/README.md b/utils/ansible/README.md index 28db8397a7e..f275d9f9fa6 100644 --- a/utils/ansible/README.md +++ b/utils/ansible/README.md @@ -98,7 +98,7 @@ export GHA_TOKEN= # GitHub token generated for a new self-hosted runner export HOST_NAME= # host's name that will be visible on GitHub export LABELS= # rhel or opensuse export VARS_GHA= # e.g. proxy settings: http_proxy=http://proxy-dmz.{XXX}.com:911,https_proxy=http://proxy-dmz.{XXX}.com:912 -ansible-playbook -i $TARGET_IP, configure-self-hosted-runner.yml --extra-vars +ansible-playbook -i $TARGET_IP, configure-self-hosted-runner.yml --extra-vars \ "host=all ansible_user=pmdkuser ansible_password=$USER_PASSWORD \ runner_name=$HOST_NAME labels=$LABELS token=$GHA_TOKEN vars_gha=$VARS_GHA" ``` diff --git a/utils/ansible/opensuse-setup.yml b/utils/ansible/opensuse-setup.yml index 57406392f3e..2d107ee973c 100644 --- a/utils/ansible/opensuse-setup.yml +++ b/utils/ansible/opensuse-setup.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright 2023, Intel Corporation +# Copyright 2023-2024, Intel Corporation # This playbook is designed to install all required packages and configure # OpenSUSE to execute tests. @@ -112,6 +112,7 @@ package: state: present name: + - ansible - clang - hub - lbzip2 diff --git a/utils/ansible/rockylinux-setup.yml b/utils/ansible/rockylinux-setup.yml index dcdee1c870b..22c4e2ae41b 100644 --- a/utils/ansible/rockylinux-setup.yml +++ b/utils/ansible/rockylinux-setup.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright 2023, Intel Corporation +# Copyright 2023-2024, Intel Corporation # This playbook is designed to install all required packages and # configure Rocky Linux to execute tests. @@ -121,6 +121,7 @@ package: state: present name: + - ansible-core - clang - lbzip2 - man