-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.yml
46 lines (45 loc) · 1.52 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
---
collections:
- name: https://github.com/ansible-collections/community.general
type: git
- name: https://github.com/ansible-collections/community.crypto
type: git
- name: https://github.com/ansible-collections/ansible.posix
type: git
roles:
- name: apache
src: https://github.com/punktDe/ansible-proserver-apache
version: "1.0"
- name: dehydrated
src: https://github.com/punktDe/ansible-proserver-dehydrated
version: "1.0.1"
- name: elasticsearch
src: https://github.com/punktDe/ansible-proserver-elasticsearch
- name: mail
src: https://github.com/punktDe/ansible-proserver-mail
- name: mailhog
src: https://github.com/punktDe/ansible-proserver-mailhog
- name: mariadb
src: https://github.com/punktDe/ansible-proserver-mariadb
- name: nginx
src: https://github.com/punktDe/ansible-proserver-nginx
version: "1.1.0"
- name: oauth2_proxy
src: https://github.com/punktDe/ansible-proserver-oauth2-proxy
version: "1.0.1"
- name: php
src: https://github.com/punktDe/ansible-proserver-php
version: "1.0.1"
- name: postgresql
src: https://github.com/punktDe/ansible-proserver-postgresql
version: "1.0.1"
- name: redis
src: https://github.com/punktDe/ansible-proserver-redis
- name: solr
src: https://github.com/punktDe/ansible-proserver-solr
version: "1.1.0"
- name: supervisord
src: https://github.com/punktDe/ansible-proserver-supervisord
- name: system
src: https://github.com/punktDe/ansible-proserver-system
version: "1.5.0"