forked from stackhpc/ansible-slurm-appliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.yml
52 lines (51 loc) · 1.7 KB
/
requirements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
roles:
- src: stackhpc.nfs
version: v23.12.1 # Tolerate state nfs file handles
- src: https://github.com/stackhpc/ansible-role-openhpc.git
version: v0.26.0 # https://github.com/stackhpc/ansible-role-openhpc/pull/168
name: stackhpc.openhpc
- src: https://github.com/stackhpc/ansible-node-exporter.git
version: stackhpc
name: cloudalchemy.node_exporter
- src: https://github.com/cloudalchemy/ansible-prometheus.git
version: 4d2c8d742de39e50387e0aa6d5510b21c7451343 # need fix in preceeding commit for rocky
name: cloudalchemy.prometheus
- src: cloudalchemy.alertmanager
version: 0.19.1
- src: https://github.com/stackhpc/ansible-grafana.git
name: cloudalchemy.grafana
version: stackhpc-0.19.0 # fix grafana install
- src: https://github.com/OSC/ood-ansible.git
name: osc.ood
version: v3.1.5
- src: https://github.com/stackhpc/ansible-role-os-manila-mount.git
name: stackhpc.os-manila-mount
version: v24.5.1 # Support ceph quincy for RL9
collections:
- name: containers.podman
version: 1.10.2
- name: community.grafana
version: 1.5.4
- name: https://github.com/stackhpc/ansible_collection_slurm_openstack_tools
type: git
version: v0.2.0
- name: ansible.posix
version: 1.5.4
- name: ansible.netcommon
version: 5.1.1
- name: community.general
version: 7.1.0
- name: community.crypto
version: 2.10.0
- name: community.mysql
version: 3.7.2
- name: openstack.cloud
version: 2.1.0
- name: https://github.com/stackhpc/ansible-collection-terraform
type: git
version: 0.2.0
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils
type: git
version: main # update on release
...