-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.ini
82 lines (64 loc) · 943 Bytes
/
inventory.ini
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
###
# Hosts
###
[staging]
vpro0000.proserver.punkt.de ansible_user=vpro0000 environment_name=staging
[production]
#vpro0000.proserver.punkt.de ansible_user=vpro0000 environment_name=production
###
# Application groups
###
[neos]
[neos:children]
#staging
#production
[neos_test]
[neos_test:children]
#staging
[typo3]
[typo3:children]
#staging
#production
[typo3_test]
[typo3_test:children]
staging
###
# Component groups
###
# Choose your web server by adding the host(s) to the respective group
[apache]
[apache:children]
#staging
[nginx]
[nginx:children]
staging
[system]
[system:children]
staging
production
[mail]
[mail:children]
production
[mailhog]
[mailhog:children]
staging
[redis]
[redis:children]
staging
production
[postgresql]
[postgresql:children]
#staging
#production
[mariadb]
[mariadb:children]
staging
production
[elasticsearch]
[elasticsearch:children]
neos
neos_test
[solr]
[solr:children]
typo3
typo3_test