-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathlocal.ini
141 lines (99 loc) · 2.61 KB
/
local.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
#
# This extra inventory is needed for /data/ local generation,
# in order to don't modificate the ansible/playbooks groups.
#
# Also this local inventory should we placed in the same directory of your real
# inventories, and if not, file accessing to files references in inventories,
# like:
# blacklist_file=blacklist-prod.json
# fails. Because of this, we copy this file there and remove it on each run.
#
# Warn: be sure that your playbook group is included here to generate its
# config in local
#
[collectory]
127.0.0.1 ansible_connection=local
[biocache-hub]
127.0.0.1 ansible_connection=local
[biocache-service-clusterdb]
127.0.0.1 ansible_connection=local
[bie-hub]
127.0.0.1 ansible_connection=local
[bie-index]
127.0.0.1 ansible_connection=local
[image-service]
127.0.0.1 ansible_connection=local
[species-list]
127.0.0.1 ansible_connection=local
[regions]
127.0.0.1 ansible_connection=local
[logger-service]
127.0.0.1 ansible_connection=local
[solr7-server]
127.0.0.1 ansible_connection=local
[solrcloud]
127.0.0.1 ansible_connection=local
[zookeeper]
127.0.0.1 ansible_connection=local
[cas-servers]
127.0.0.1 ansible_connection=local
[biocache-db]
127.0.0.1 ansible_connection=local
[biocache-cli]
127.0.0.1 ansible_connection=local
[spatial]
127.0.0.1 ansible_connection=local
[webapi_standalone]
127.0.0.1 ansible_connection=local
[dashboard]
127.0.0.1 ansible_connection=local
[alerts-service]
127.0.0.1 ansible_connection=local
[doi-service]
127.0.0.1 ansible_connection=local
[nameindexer]
127.0.0.1 ansible_connection=local
[sds]
127.0.0.1 ansible_connection=local
[pipelines]
127.0.0.1 ansible_connection=local
[spark]
127.0.0.1 ansible_connection=local
[hadoop]
127.0.0.1 ansible_connection=local
[jenkins]
127.0.0.1 ansible_connection=local
[pipelines_jenkins]
127.0.0.1 ansible_connection=local
[data_quality_filter_service]
127.0.0.1 ansible_connection=local
[namematching-service]
127.0.0.1 ansible_connection=local
[sensitive-data-service]
127.0.0.1 ansible_connection=local
[branding]
127.0.0.1 ansible_connection=local
[biocollect]
127.0.0.1 ansible_connection=local
[pdfgen]
127.0.0.1 ansible_connection=local
[ecodata]
127.0.0.1 ansible_connection=local
[ecodata-reporting]
127.0.0.1 ansible_connection=local
[primary]
127.0.0.1 ansible_connection=local
[secondary]
127.0.0.1 ansible_connection=local
[events]
127.0.0.1 ansible_connection=local
[events_elasticsearch]
127.0.0.1 ansible_connection=local
[cassandra3]
127.0.0.1 ansible_connection=local
[solrcloud_config]
127.0.0.1 ansible_connection=local
[sandbox]
127.0.0.1 ansible_connection=local
[profiles]
127.0.0.1 ansible_connection=local