-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.yml
56 lines (49 loc) · 1.09 KB
/
inventory.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
all:
hosts:
# Staging domains
api.l-gorman.com:
ansible_host: 35.176.121.18
ansible_user: ubuntu
auth.l-gorman.com:
ansible_host: 18.168.88.39
ansible_user: ubuntu
app.l-gorman.com:
ansible_user: ubuntu
# Production domains
api.rhomis.cgiar.org:
ansible_host: 139.162.137.24
ansible_user: lgorman
auth.rhomis.cgiar.org:
ansible_host: 185.3.95.131
ansible_user: lgorman
rhomis.cgiar.org:
children:
authservers:
hosts:
auth.l-gorman.com:
auth.rhomis-cgiar.org:
dataservers:
hosts:
api.l-gorman.com:
api.rhomis.cgiar.org:
servers:
hosts:
auth.l-gorman.com:
auth.rhomis-cgiar.org:
api.l-gorman.com:
api.rhomis.cgiar.org:
apphost:
app.l-gorman.com:
rhomis.cgiar.org:
staging:
hosts:
api.l-gorman.com:
auth.l-gorman.com:
app.l-gorman.com:
vars:
production:
hosts:
api.rhomis.cgiar.org:
auth.rhomis.cgiar.org:
rhomis.cgiar.org:
vars: