Skip to content

Commit

Permalink
Merge pull request #6110 from osalyk/ansible_fix
Browse files Browse the repository at this point in the history
common: add small amendments
  • Loading branch information
janekmi committed Sep 16, 2024
2 parents a06e5c5 + 932b526 commit 9ef3c3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down
3 changes: 2 additions & 1 deletion utils/ansible/opensuse-setup.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -112,6 +112,7 @@
package:
state: present
name:
- ansible
- clang
- hub
- lbzip2
Expand Down
3 changes: 2 additions & 1 deletion utils/ansible/rockylinux-setup.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -121,6 +121,7 @@
package:
state: present
name:
- ansible-core
- clang
- lbzip2
- man
Expand Down

0 comments on commit 9ef3c3e

Please sign in to comment.