mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add podman system connection modules (#971)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
ee52d9de78
commit
f333fe7fca
8 changed files with 1410 additions and 0 deletions
32
.github/workflows/podman_system_connection.yml
vendored
Normal file
32
.github/workflows/podman_system_connection.yml
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
name: Podman system connection
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/podman_system_connection.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_system_connection.yml'
|
||||
- 'plugins/modules/podman_system_connection.py'
|
||||
- 'tests/integration/targets/podman_system_connection/**'
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/podman_system_connection.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_system_connection.yml'
|
||||
- 'plugins/modules/podman_system_connection.py'
|
||||
- 'tests/integration/targets/podman_system_connection/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
||||
jobs:
|
||||
test_podman_system_connection:
|
||||
uses: ./.github/workflows/reusable-module-test.yml
|
||||
with:
|
||||
module_name: 'podman_system_connection'
|
||||
display_name: 'Podman system connection'
|
||||
32
.github/workflows/podman_system_connection_info.yml
vendored
Normal file
32
.github/workflows/podman_system_connection_info.yml
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
name: Podman system connection info
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/podman_system_connection_info.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_system_connection_info.yml'
|
||||
- 'plugins/modules/podman_system_connection_info.py'
|
||||
- 'tests/integration/targets/podman_system_connection_info/**'
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/podman_system_connection_info.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_system_connection_info.yml'
|
||||
- 'plugins/modules/podman_system_connection_info.py'
|
||||
- 'tests/integration/targets/podman_system_connection_info/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
||||
jobs:
|
||||
test_podman_system_connection_info:
|
||||
uses: ./.github/workflows/reusable-module-test.yml
|
||||
with:
|
||||
module_name: 'podman_system_connection_info'
|
||||
display_name: 'Podman system connection info'
|
||||
Loading…
Add table
Add a link
Reference in a new issue