-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from sap-linuxlab/dev
collection: merge dev to main for release 1.3.4
- Loading branch information
Showing
271 changed files
with
5,079 additions
and
1,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
.github/workflows/ansible-lint-sap_install_media_detect.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
|
||
# Workflow for ansible-lint of a role | ||
|
||
name: ansible-lint of the role sap_install_media_detect | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_install_media_detect/**' | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_install_media_detect/**' | ||
|
||
jobs: | ||
ansible-lint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out the code | ||
uses: actions/checkout@main | ||
|
||
- name: Set up Python 3 | ||
uses: actions/setup-python@main | ||
with: | ||
python-version: '3.9' | ||
|
||
- name: Install test dependencies | ||
run: | | ||
pip3 install ansible==7.5.0 | ||
pip3 install ansible-compat==3.0.2 | ||
pip3 install ansible-core==2.14.5 | ||
pip3 install ansible-lint==6.8.6 | ||
- name: Run ansible-lint | ||
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_install_media_detect | ||
run: ansible-lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
|
||
# Workflow for ansible-lint of a role | ||
|
||
name: ansible-lint of the role sap_maintain_etc_hosts | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_maintain_etc_hosts/**' | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_maintain_etc_hosts/**' | ||
|
||
jobs: | ||
ansible-lint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out the code | ||
uses: actions/checkout@main | ||
|
||
- name: Set up Python 3 | ||
uses: actions/setup-python@main | ||
with: | ||
python-version: '3.9' | ||
|
||
- name: Install test dependencies | ||
run: | | ||
pip3 install ansible==7.5.0 | ||
pip3 install ansible-compat==3.0.2 | ||
pip3 install ansible-core==2.14.5 | ||
pip3 install ansible-lint==6.8.6 | ||
- name: Run ansible-lint | ||
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_maintain_etc_hosts | ||
run: ansible-lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: CodeSpell | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
pull_request: | ||
branches: | ||
- dev | ||
|
||
jobs: | ||
codespell: | ||
name: Check for spelling errors | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: codespell-project/actions-codespell@master | ||
with: | ||
ignore_words_list: aas,hsa,te,chage,addopt,sybsystem,uptodate |
32 changes: 0 additions & 32 deletions
32
.github/workflows/yamllint-sap_hypervisor_node_preconfigure.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.