Skip to content

Commit

Permalink
common: Ansible scripts documentation improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 13, 2024
1 parent 1cd3055 commit 4821fca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
13 changes: 12 additions & 1 deletion utils/ansible/opensuse-setup.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# 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.
# The playbook description and how to use it are available
# in the README.md file.
#
# Below is an example of how to use this file localy:
#
# a) comment out the first command:
# -hosts: "{{ host }}"
# b) uncomment the next two lines:
# - hosts: localhost
# connection: local
# and run commands as follows e.g.
# sudo ansible-playbook opensuse-setup.yml
#

- hosts: "{{ host }}"
# - hosts: localhost
Expand Down
13 changes: 12 additions & 1 deletion utils/ansible/rockylinux-setup.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# 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.
# The playbook description and how to use it are available
# in the README.md file.
#
# Below is an example of how to use this file localy:
#
# a) comment out the first command:
# -hosts: "{{ host }}"
# b) uncomment the next two lines:
# - hosts: localhost
# connection: local
# and run commands as follows e.g.
# sudo ansible-playbook rockylinux-setup.yml
#

- hosts: "{{ host }}"
# - hosts: localhost
Expand Down
2 changes: 1 addition & 1 deletion utils/ansible/update-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# in the README.md file.
#
# Note: This playbook is designed to work as a composite action during test preparation steps.
# Local usage will fail the playbook run.
# Local usage might cause imidiate system reboot.

- hosts: localhost
connection: local
Expand Down

0 comments on commit 4821fca

Please sign in to comment.