Skip to content

Commit d87d3a4

Browse files
committed
Merge branch 'devel' of github.com:Checkmk/ansible-collection-checkmk.general into build/molecule-ubuntu2404
2 parents f609f53 + 15b5b4b commit d87d3a4

File tree

159 files changed

+2308
-1264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+2308
-1264
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ skip_list:
4343
- experimental
4444
- name[template] # https://ansible-lint.readthedocs.io/rules/name/
4545
- var-naming[no-role-prefix] # We do believe, that our naming which exceeds this rules requirements is sound
46+
- yaml[line-length]
4647

4748
# # Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
4849
# # mentioned in the enable_list:

.github/workflows/ans-int-test-activation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/activation.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/activation.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-bakery.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/bakery.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/bakery.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-contact_group.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/contact_group.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/contact_group.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-discovery.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ on:
2121
- devel
2222
paths:
2323
- 'plugins/modules/discovery.py'
24+
push:
25+
paths:
26+
- 'plugins/modules/discovery.py'
2427

2528
jobs:
2629

2730
integration:
28-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
2932
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3033
strategy:
3134
fail-fast: false

.github/workflows/ans-int-test-downtime.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/downtime.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/downtime.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-folder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/folder.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/folder.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-host.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/host.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/host.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-host_group.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/host_group.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/host_group.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-lkp-bakery.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/lookup/bakery.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/lookup/bakery.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-lkp-folder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/folder.py'
2022
push:
21-
branches:
22-
- build/checkmk-2-3-support
2323
paths:
2424
- 'plugins/lookup/folder.py'
2525

2626
jobs:
2727

2828
integration:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3131
strategy:
3232
fail-fast: false

.github/workflows/ans-int-test-lkp-folders.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/folders.py'
2022
push:
21-
branches:
22-
- build/checkmk-2-3-support
2323
paths:
2424
- 'plugins/lookup/folders.py'
2525

2626
jobs:
2727

2828
integration:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3131
strategy:
3232
fail-fast: false

.github/workflows/ans-int-test-lkp-host.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/host.py'
2022
push:
21-
branches:
22-
- build/checkmk-2-3-support
2323
paths:
2424
- 'plugins/lookup/host.py'
2525

2626
jobs:
2727

2828
integration:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3131
strategy:
3232
fail-fast: false

.github/workflows/ans-int-test-lkp-hosts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/hosts.py'
2022
push:
21-
branches:
22-
- build/checkmk-2-3-support
2323
paths:
2424
- 'plugins/lookup/hosts.py'
2525

2626
jobs:
2727

2828
integration:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3131
strategy:
3232
fail-fast: false

.github/workflows/ans-int-test-lkp-rules.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/rule.py'
22+
- 'plugins/lookup/rules.py'
2023
push:
21-
branches:
22-
- build/checkmk-2-3-support
2324
paths:
2425
- 'plugins/lookup/rule.py'
2526
- 'plugins/lookup/rules.py'
2627

2728
jobs:
2829

2930
integration:
30-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3132
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3233
strategy:
3334
fail-fast: false

.github/workflows/ans-int-test-lkp-rulesets.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
paths:
21+
- 'plugins/lookup/ruleset.py'
22+
- 'plugins/lookup/rulesets.py'
2023
push:
21-
branches:
22-
- build/checkmk-2-3-support
2324
paths:
2425
- 'plugins/lookup/ruleset.py'
2526
- 'plugins/lookup/rulesets.py'
2627

2728
jobs:
2829

2930
integration:
30-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3132
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3233
strategy:
3334
fail-fast: false

.github/workflows/ans-int-test-lkp-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/lookup/version.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/lookup/version.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-password.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/password.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/password.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-rule.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/rule.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/rule.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

.github/workflows/ans-int-test-service_group.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
paths:
23+
- 'plugins/modules/service_group.py'
2224
push:
23-
branches:
24-
- build/checkmk-2-3-support
2525
paths:
2626
- 'plugins/modules/service_group.py'
2727

2828
jobs:
2929

3030
integration:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
name: Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}
3333
strategy:
3434
fail-fast: false

0 commit comments

Comments
 (0)