-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yaml
65 lines (62 loc) · 1.75 KB
/
inventory.yaml
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
## Use this inventory to layout a plan for your storage cluster.
all:
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
ansible_python_interpreter: /usr/bin/python3
children:
# all storage cluster members. Used to add repositories, installl quobyte-server etc.
quobyteservers:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
example-host-d.com:
example-host-e.com:
# On which hosts shall the webconsole be running?
webconsoleservices:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
# On which hosts shall the REST-API be running?
apiservices:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
# On which hosts shall the registry service be running?
registryservices:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
# On which hosts shall the metadata service be running?
metadataservices:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
# On which hosts shall the data service be running?
dataservices:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
example-host-d.com:
example-host-e.com:
# On which hosts shall the object storage proxy be running?
s3services:
hosts:
example-host-a.com:
example-host-b.com:
example-host-c.com:
# On which hosts shall the NFS proxy be running?
nfsservices:
hosts:
example-host-a.com:
# On which hosts shall the client be installed?
# This will install the client auto-mounter that
# mounts all available volumes.
clients:
hosts:
example-host-f.com: