-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory
More file actions
102 lines (63 loc) · 1.78 KB
/
inventory
File metadata and controls
102 lines (63 loc) · 1.78 KB
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
# EIT1 platforms
localhost ansible_connection=local
###
# WHAT - an application, a stack, a microservice
###
[dsep]
dsep-demo ansible_host=172.31.8.177
dsep-test ansible_host=172.31.8.179
dsep-prod ansible_host=172.31.8.247
[sdan]
sdan ansible_host=172.31.8.130
[gitlab]
ce7gitlab ansible_host=172.31.8.135
u18gitlab-dev ansible_host=172.31.8.112
[runner]
ce7gitlab-runner ansible_host=172.31.8.154
u18gitlab-runner ansible_host=172.31.8.142
[onos]
ce7onos ansible_host=172.31.8.205
u18onos ansible_host=172.31.8.149
[odl]
ce7odl ansible_host=172.31.8.119
u18odl ansible_host=172.31.8.121
u16odl ansible_host=172.31.8.175
[jenkins]
ce7jnks ansible_host=172.31.8.119
u18jnks ansible_host=172.31.8.121
u16jnks ansible_host=172.31.8.175
[pgsql]
ce7pgsql ansible_host=172.31.8.119
u18pgsql ansible_host=172.31.8.121
u16pgsql ansible_host=172.31.8.175
## CentOS 7
[centos]
dsep-demo ansible_host=172.31.8.177
dsep-test ansible_host=172.31.8.179
dsep-prod ansible_host=172.31.8.247
ce7gitlab ansible_host=172.31.8.135
ce7gitlab-runner ansible_host=172.31.8.154
ce7onos ansible_host=172.31.8.205
ce7odl ansible_host=172.31.8.119
ce7jnks ansible_host=172.31.8.119
ce7pgsql ansible_host=172.31.8.119
## Ubuntu
[ubuntu]
sdan ansible_host=172.31.8.130
u18gitlab-runner ansible_host=172.31.8.142
u18onos ansible_host=172.31.8.149
u18odl ansible_host=172.31.8.121
u18jnks ansible_host=172.31.8.121
u18pgsql ansible_host=172.31.8.121
u16odl ansible_host=172.31.8.175
u16jnks ansible_host=172.31.8.175
u16pgsql ansible_host=172.31.8.175
[all:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no'
ansible_ssh_private_key_file=~/.ssh/tng-infra.pem
###
## WHERE - a Datacenter, a Region
###
###
## WHEN - the environment stage like DEV, TST, STA, PRD
###