-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.yml
39 lines (38 loc) · 1.39 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
---
roles:
- src: git+https://gitlab.com/osci/ansible-role-web_builder.git
name: web_builder
- src: git+https://gitlab.com/osci/ansible-role-msmtp.git
name: msmtp
- src: git+https://gitlab.com/osci/ansible-role-ah-httpd.git
name: httpd
- src: git+https://github.com/rdo-infra/ansible-role-rdo_dashboards.git
name: dashboards
- src: git+https://gitlab.com/osci/ansible-role-postfix.git
name: postfix
- src: git+https://gitlab.com/osci/ansible-role-spamassassin.git
name: spamassassin
- src: git+https://gitlab.com/osci/ansible-role-postgrey.git
name: postgrey
- src: git+https://gitlab.com/osci/ansible-role-data_movebind.git
name: data_movebind
- src: git+https://gitlab.com/osci/ansible-role-dovecot.git
name: dovecot
- src: git+https://gitlab.com/osci/ansible-role-mailing-lists-server.git
name: mailing_lists_server
- src: git+https://gitlab.com/osci/ansible-role-mailman3.git
name: mailman3
- src: git+https://gitlab.com/osci/ansible-role-memcached.git
name: memcached
- src: git+https://gitlab.com/osci/ansible-role-postgresql.git
name: postgresql
- src: git+https://gitlab.com/osci/ansible-role-httpd_wsgi.git
name: httpd_wsgi
- src: git+https://gitlab.com/osci/ansible-role-swap_file.git
name: swap_file
collections:
- ansible.posix
- community.crypto
- community.general
- community.postgresql
- kubernetes.core