forked from gregorydlogan/oc-config-management
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhosts
More file actions
53 lines (39 loc) · 607 Bytes
/
hosts
File metadata and controls
53 lines (39 loc) · 607 Bytes
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
[fileserver]
admin.example.org
[database]
admin.example.org
[opensearch]
admin.example.org
[admin]
admin.example.org
[adminpresentation]
[allinone]
[worker]
worker1.example.org
worker2.example.org
[presentation]
presentation.example.org
[ingest]
#These groups are used by the playbooks, please leave them alone.
[opencast:children]
admin
adminpresentation
allinone
ingest
worker
presentation
[admin_node:children]
allinone
admin
adminpresentation
[presentation_node:children]
allinone
presentation
adminpresentation
[nginx:children]
admin
adminpresentation
allinone
worker
presentation
ingest