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
3 changes: 3 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
type:
- cloud
- infra
Expand Down Expand Up @@ -183,6 +185,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
type:
- cloud
- infra
Expand Down Expand Up @@ -174,6 +176,7 @@ jobs:
- "2.16"
- "2.18"
- "2.19"
- "2.20"
steps:
- uses: actions/checkout@v4

Expand Down
203 changes: 0 additions & 203 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build/bindep-3.11.txt → build/bindep-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ krb5-devel [platform:rpm compile]
krb5-workstation [platform:rpm]
libcurl-devel [platform:rpm compile]
python-unversioned-command [platform:rpm]
python3.11-devel [platform:rpm compile]
python3.12-devel [platform:rpm compile]
python3-ldap [platform:rpm]
rsync [platform:rpm]
sshpass [platform:rpm]
Expand Down
19 changes: 19 additions & 0 deletions build/requirements-3.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
git+https://github.com/ansible/ansible-sign@v0.1.2

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

dnspython
netaddr
psutil
pycdlib
20 changes: 20 additions & 0 deletions build/requirements-infra-3.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
git+https://github.com/ansible/ansible-sign@v0.1.2

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

dnspython
netaddr
netapp-lib
psutil
pycdlib
27 changes: 27 additions & 0 deletions build/requirements-lint-3.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
git+https://github.com/ansible/ansible-sign@v0.1.2

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

dnspython
netaddr
netapp-lib
psutil
pycdlib

ansible-lint
molecule
molecule-containers
molecule-docker
molecule-podman
yamllint
31 changes: 31 additions & 0 deletions build/requirements-lint-3.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
collections:
- name: ansible.netcommon
- name: ansible.posix
- name: ansible.utils
- name: ansible.windows
- name: awx.awx
- name: azure.azcollection
version: "<3.10.0"
- name: cisco.asa
- name: cisco.dnac
- name: cisco.intersight
- name: cisco.ios
- name: cisco.iosxr
- name: cisco.ise
- name: cisco.nxos
- name: community.crypto
- name: community.docker
- name: community.general
- name: community.kubernetes
- name: community.vmware
- name: community.windows
- name: community.zabbix
- name: kubernetes.core
- name: microsoft.ad
- name: netapp.ontap
- name: redhatinsights.insights
- name: theforeman.foreman
- name: vmware.vmware
- name: vmware.vmware_rest
- name: zabbix.zabbix
20 changes: 20 additions & 0 deletions build/requirements-storage-3.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
git+https://github.com/ansible/ansible-sign@v0.1.2

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

dnspython
netaddr
netapp-lib
psutil
pycdlib
10 changes: 10 additions & 0 deletions build/requirements-sync-3.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git+https://github.com/ansible/ansible-sign@v0.1.2

ncclient
paramiko
pyOpenSSL
toml
pexpect>=4.5
python-daemon
pyyaml
six
Loading