This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
forked from RexOps/rex-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipes.yml
72 lines (63 loc) · 1.89 KB
/
recipes.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
Rex/Database/MySQL:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Simple Module to install MySQL on your Server.
Rex/Webserver/Apache:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Simple Module to install Apache on your Server.
Rex/Misc/Example:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
This is an example Module.
Rex/Lang/PHP:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Simple Module to install PHP on your Server.
Rex/CMS/Joomla:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Module to install Joomla on your Server.
Tested with Joomla 2.5.1 and Ubuntu.
Rex/File/CSV:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
This is a small Module to parse simple comma seperated
text files (csv).
Rex/Lang/Perl/Perlbrew:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Simple Module to install Perlbrew on your Server.
Rex/Lang/Perl/Cpanm:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Simple Module to install Cpanm on your Server.
Rex/SSL/CA:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
This is a basic task collection to create own SSL CAs.
Rex/System/Debian/Packages/Helper:
Author: jan gehring <jan.gehring@gmail.com>
Requires:
License: Apache License 2.0
Description: |
Helper Task to install or remove packages listed in a file
created with dpkg --get-selections.