-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements.yml
93 lines (72 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
roles:
- name: geerlingguy.certbot
version: master
type: git
src: git+https://github.com/geerlingguy/ansible-role-certbot.git
- name: geerlingguy.dotfiles
version: master
type: git
src: git+https://github.com/geerlingguy/ansible-role-dotfiles.git
- name: hardening
version: master
type: git
src: git+https://github.com/openstack/ansible-hardening.git
- name: stackhpc.libvirt_host
version: master
type: git
src: git+https://github.com/stackhpc/ansible-role-libvirt-host.git
- name: stackhpc.libvirt_vm
version: master
type: git
src: git+https://github.com/stackhpc/ansible-role-libvirt-vm.git
- name: stackhpc.luks
version: master
type: git
src: git+https://github.com/stackhpc/ansible-role-luks.git
- name: stackhpc.systemd_networkd
version: master
type: git
src: git+https://github.com/stackhpc/ansible-role-systemd-networkd.git
collections:
- name: ansible.netcommon
source: https://galaxy.ansible.com
- name: https://github.com/ansible-collections/ansible.posix.git
type: git
version: main
- name: https://github.com/ansible-collections/community.general.git
type: git
version: main
- name: https://github.com/ansible-collections/community.network.git
type: git
version: main
- name: https://github.com/debops/debops.git
type: git
version: master
- name: debops.roles01
source: https://galaxy.ansible.com
- name: debops.roles02
source: https://galaxy.ansible.com
- name: debops.roles03
source: https://galaxy.ansible.com
- name: https://github.com/netbox-community/ansible_modules.git
type: git
version: devel
- name: https://github.com/openstack/ansible-collections-openstack.git
type: git
version: master
- name: https://github.com/osism/ansible-collection-commons.git
type: git
version: main
- name: https://github.com/osism/ansible-collection-services.git
type: git
version: main
- name: https://github.com/osism/ansible-collection-validations.git
type: git
version: main
- name: https://github.com/stackhpc/ansible-collection-cephadm.git
type: git
version: master
- name: https://github.com/ansible-collections/community.docker.git
type: git
version: main