Skip to content

Commit

Permalink
add initial ansible 10 directory (#330)
Browse files Browse the repository at this point in the history
* add initial ansible 10 directory

* add ansible 10 build to CI

* 10: add `cloud.common: <3.0.0` constraint
  • Loading branch information
gotmax23 committed Nov 21, 2023
1 parent 3ac8897 commit 830d683
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Ansible 9
ansible_version: 9.99.0
ansible_major_version: 9
- name: Ansible 10
ansible_version: 10.99.0
ansible_major_version: 10

steps:
- name: Check out antsibull
Expand Down
1 change: 1 addition & 0 deletions 10/ancestor.deps
4 changes: 4 additions & 0 deletions 10/ansible-10.constraints
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# vmware.vmware_rest 2.3.1 version_conflict: cloud.common-3.0.0 but needs >=2.0.4,<3.0.0
# This constraint has been fixed on vmware.vmware_rest's main branch,
# so we can remove it once vmaware.vmware_rest creates a new release.
cloud.common: <3.0.0
102 changes: 102 additions & 0 deletions 10/ansible.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
amazon.aws
ansible.netcommon
ansible.posix
ansible.utils
ansible.windows
arista.eos
awx.awx
azure.azcollection
check_point.mgmt
chocolatey.chocolatey
cisco.aci
cisco.asa
cisco.dnac
cisco.intersight
cisco.ios
cisco.iosxr
cisco.ise
cisco.meraki
cisco.mso
cisco.nxos
cisco.ucs
cloud.common
cloudscale_ch.cloud
community.aws
community.azure
community.ciscosmb
community.crypto
community.digitalocean
community.dns
community.docker
community.general
community.grafana
community.hashi_vault
community.hrobot
community.libvirt
community.mongodb
community.mysql
community.network
community.okd
community.postgresql
community.proxysql
community.rabbitmq
community.routeros
community.sap
community.sap_libs
community.sops
community.vmware
community.windows
community.zabbix
containers.podman
cyberark.conjur
cyberark.pas
dellemc.enterprise_sonic
dellemc.openmanage
dellemc.powerflex
dellemc.unity
f5networks.f5_modules
fortinet.fortimanager
fortinet.fortios
frr.frr
gluster.gluster
google.cloud
grafana.grafana
hetzner.hcloud
hpe.nimble
ibm.qradar
ibm.spectrum_virtualize
ibm.storage_virtualize
infinidat.infinibox
infoblox.nios_modules
inspur.ispim
inspur.sm
junipernetworks.junos
kubernetes.core
lowlydba.sqlserver
microsoft.ad
netapp.aws
netapp.azure
netapp.cloudmanager
netapp.elementsw
netapp_eseries.santricity
netapp.ontap
netapp.storagegrid
netapp.um_info
netbox.netbox
ngine_io.cloudstack
ngine_io.exoscale
openstack.cloud
openvswitch.openvswitch
ovirt.ovirt
purestorage.flasharray
purestorage.flashblade
purestorage.fusion
sensu.sensu_go
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware_rest
vultr.cloud
vyos.vyos
wti.remote
3 changes: 3 additions & 0 deletions 10/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ancestor: 9.0.0
releases: {}

0 comments on commit 830d683

Please sign in to comment.