-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathrequirements.yml
More file actions
20 lines (20 loc) · 697 Bytes
/
requirements.yml
File metadata and controls
20 lines (20 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# note: do not forget to update dependencies in galaxy.yml
collections:
- name: 'ansible.posix'
- name: 'ansible.utils'
- name: 'ansible.windows'
- name: 'community.crypto'
version: '<3.0.0' # we need python 3.6 support to run against rhel8
- name: 'community.general'
version: '<9.0.0' # we need python 3.6 support to run against rhel8
- name: 'community.grafana'
- name: 'community.libvirt'
- name: 'community.mongodb'
- name: 'community.mysql'
- name: 'community.postgresql'
- name: 'community.windows'
- name: 'fedora.linux_system_roles'
- name: 'freeipa.ansible_freeipa'
- name: 'hetzner.hcloud'
- name: 'ngine_io.cloudstack'
- name: 'openstack.cloud'