Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new python module (explicit) and ansible collections #92

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 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
76 changes: 76 additions & 0 deletions _build/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
###############################################
# azure.azcollection collection
azure-cli-core
azure-cli-telemetry
azure-common
azure-core
azure-graphrbac
azure-keyvault
azure-mgmt-apimanagement
azure-mgmt-authorization
azure-mgmt-automation
azure-mgmt-batch
azure-mgmt-cdn
azure-mgmt-compute
azure-mgmt-containerinstance
azure-mgmt-containerregistry
azure-mgmt-containerservice
azure-mgmt-core
azure-mgmt-cosmosdb
azure-mgmt-datalake-nspkg
azure-mgmt-datalake-store
azure-mgmt-devtestlabs
azure-mgmt-dns
azure-mgmt-eventhub
azure-mgmt-hdinsight
azure-mgmt-iothub
azure-mgmt-keyvault
azure-mgmt-loganalytics
azure-mgmt-managedservices
azure-mgmt-managementgroups
azure-mgmt-marketplaceordering
azure-mgmt-monitor
azure-mgmt-network
azure-mgmt-notificationhubs
azure-mgmt-nspkg
azure-mgmt-privatedns
azure-mgmt-rdbms
azure-mgmt-recoveryservices
azure-mgmt-recoveryservicesbackup
azure-mgmt-redis
azure-mgmt-resource
azure-mgmt-search
azure-mgmt-servicebus
azure-mgmt-sql
azure-mgmt-storage
azure-mgmt-trafficmanager
azure-mgmt-web
azure-nspkg
azure-storage
###############################################
# amazon.aws collection
boto
boto3
botocore
###############################################
# google.cloud collection
google-auth
google-cloud-storage
google-api-python-client
###############################################
# openstack.cloud collection
openstacksdk
###############################################
# community.vmware collection
pyVmomi
git+https://github.com/vmware/vsphere-automation-sdk-python.git
###############################################
# ovirt.ovirt collection
ovirt-engine-sdk-python
###############################################
# kubernetes.core collection
kubernetes
openshift
###############################################
# ipaddr filter
netaddr
4 changes: 4 additions & 0 deletions _build/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ collections:
- name: ansible.posix
- name: ansible.windows
- name: redhatinsights.insights
- name: ansible.utils
- name: community.general
- name: community.crypto
- name: community.docker
1 change: 1 addition & 0 deletions execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build_arg_defaults:
EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:latest'
dependencies:
galaxy: _build/requirements.yml
python: _build/requirements.txt
system: _build/bindep.txt
additional_build_steps:
append:
Expand Down