Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "monthly"
24 changes: 12 additions & 12 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
name: Build latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
- storage
- sync
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -126,9 +126,9 @@ jobs:
- storage
- sync
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand All @@ -152,9 +152,9 @@ jobs:
runs-on: ubuntu-latest
name: Build lint latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -187,9 +187,9 @@ jobs:
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
name: Build latest in Podman
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand All @@ -30,9 +30,9 @@ jobs:
runs-on: ubuntu-latest
name: Build latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -90,9 +90,9 @@ jobs:
- storage
- sync
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -127,9 +127,9 @@ jobs:
- storage
- sync
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand All @@ -148,9 +148,9 @@ jobs:
runs-on: ubuntu-latest
name: Build lint latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down Expand Up @@ -178,9 +178,9 @@ jobs:
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand Down
20 changes: 20 additions & 0 deletions build/requirements-network.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
git+https://github.com/ansible/ansible-sign

ncclient
paramiko
pykerberos
pyOpenSSL
pypsrp[kerberos,credssp]
pywinrm[kerberos,credssp]
toml
pexpect>=4.5
python-daemon
pyyaml
requests-credssp
six

ciscoisesdk
dnspython
netaddr
psutil
pycdlib
2 changes: 1 addition & 1 deletion execution-environment-2.16-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
galaxy: build/requirements-network.yml
python: build/requirements.txt
python: build/requirements-network.txt
system: build/bindep-3.12.txt
python_interpreter:
package_system: "python3.12"
Expand Down
2 changes: 1 addition & 1 deletion execution-environment-2.18-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
galaxy: build/requirements-network.yml
python: build/requirements.txt
python: build/requirements-network.txt
system: build/bindep-3.12.txt
python_interpreter:
package_system: "python3.12"
Expand Down
2 changes: 1 addition & 1 deletion execution-environment-2.19-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
galaxy: build/requirements-network.yml
python: build/requirements.txt
python: build/requirements-network.txt
system: build/bindep-3.12.txt
python_interpreter:
package_system: "python3.12"
Expand Down
2 changes: 1 addition & 1 deletion execution-environment-2.20-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
galaxy: build/requirements-network.yml
python: build/requirements.txt
python: build/requirements-network.txt
system: build/bindep-3.12.txt
python_interpreter:
package_system: "python3.12"
Expand Down
2 changes: 1 addition & 1 deletion execution-environment-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
galaxy: build/requirements-network.yml
python: build/requirements.txt
python: build/requirements-network.txt
system: build/bindep-3.12.txt
python_interpreter:
package_system: "python3.12"
Expand Down