Skip to content

Commit

Permalink
Merge pull request #606 from Checkmk/devel
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
robin-checkmk authored Jun 7, 2024
2 parents 8c34e02 + 2fbe908 commit b4d8715
Show file tree
Hide file tree
Showing 148 changed files with 2,508 additions and 1,726 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ skip_list:
- experimental
- name[template] # https://ansible-lint.readthedocs.io/rules/name/
- var-naming[no-role-prefix] # We do believe, that our naming which exceeds this rules requirements is sound
- yaml[line-length]

# # Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# # mentioned in the enable_list:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-activation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/activation.py'
push:
paths:
- 'plugins/modules/activation.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/bakery.py'
push:
paths:
- 'plugins/modules/bakery.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-contact_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/contact_group.py'
push:
paths:
- 'plugins/modules/contact_group.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/discovery.py'
push:
paths:
- 'plugins/modules/discovery.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-downtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/downtime.py'
push:
paths:
- 'plugins/modules/downtime.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/folder.py'
push:
paths:
- 'plugins/modules/folder.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/host.py'
push:
paths:
- 'plugins/modules/host.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-host_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/modules/host_group.py'
push:
paths:
- 'plugins/modules/host_group.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-lkp-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ on:
- devel
paths:
- 'plugins/lookup/bakery.py'
push:
paths:
- 'plugins/lookup/bakery.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-lkp-folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ on:
- devel
paths:
- 'plugins/lookup/folder.py'
push:
paths:
- 'plugins/lookup/folder.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-lkp-folders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ on:
- devel
paths:
- 'plugins/lookup/folders.py'
push:
paths:
- 'plugins/lookup/folders.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-lkp-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ on:
- devel
paths:
- 'plugins/lookup/host.py'
push:
paths:
- 'plugins/lookup/host.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ans-int-test-lkp-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ on:
- devel
paths:
- 'plugins/lookup/hosts.py'
push:
paths:
- 'plugins/lookup/hosts.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ans-int-test-lkp-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,23 @@ on:
paths:
- 'plugins/lookup/rule.py'
- 'plugins/lookup/rules.py'
push:
paths:
- 'plugins/lookup/rule.py'
- 'plugins/lookup/rules.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ans-int-test-lkp-rulesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,23 @@ on:
paths:
- 'plugins/lookup/ruleset.py'
- 'plugins/lookup/rulesets.py'
push:
paths:
- 'plugins/lookup/ruleset.py'
- 'plugins/lookup/rulesets.py'

jobs:

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
Loading

0 comments on commit b4d8715

Please sign in to comment.