mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
22 lines
854 B
YAML
22 lines
854 B
YAML
---
|
|
# from https://github.com/ansible/awx/blob/devel/
|
|
# requirements/collections_requirements.yml
|
|
collections:
|
|
- name: awx.awx
|
|
- name: azure.azcollection # PR 220 is in 1.1.0
|
|
- name: amazon.aws # PR 125 is in 1.1.0
|
|
- name: theforeman.foreman # has requirements.txt (which -r to another file)
|
|
- name: google.cloud # has requirements.txt, mainly for google-auth
|
|
# forked from opendev.org
|
|
- name: https://github.com/AlanCoding/ansible-collections-openstack.git
|
|
version: ee_req_install
|
|
type: git
|
|
- name: community.vmware # has requirements.txt, but may add pyvcloud
|
|
- name: ovirt.ovirt
|
|
- name: https://github.com/ansible-collections/community.kubernetes.git
|
|
type: git
|
|
# adds openshift python lib
|
|
# needs kubectl for yum / dnf / apt-get
|
|
# needs to install snap, then use snap to install helm
|
|
- name: ansible.posix
|