-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstage
58 lines (43 loc) · 1.12 KB
/
stage
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
[kafka]
ows-ds-kafka-01 ansible_host=86.111.189.10
[kibana]
dev-logs-kibana-01 ansible_host=192.168.37.20
[elasticsearch]
dev-logs-elastic-01 ansible_host=192.168.37.20
[logstash]
dev-logs-logstash-01 ansible_host=192.168.37.20
[log_agent]
ows-ds-app-01 ansible_host=86.111.189.11
##################################
# VARS #
##################################
[region:vars]
region_name=stage
ansible_user=vagrant
ansible_ssh_port= 22
ansible_connection= ssh
ansible_ssh_private_key_file= '~/.vagrant.d/insecure_private_key'
[log_agent:vars]
ansible_user=centos
ansible_ssh_port= 222
ansible_ssh_user=centos
ansible_ssh_private_key_file= '~/.ssh/ssh-key/scalHive/openstack/devops_key'
[kafka:vars]
ansible_user=centos
ansible_ssh_user=centos
ansible_ssh_private_key_file= '~/.ssh/ssh-key/scalHive/openstack/devops_key'
##################################
## childhood ##
##################################
[region:children]
frontend
backend
database
log_agent
[frontend:children]
kibana
[backend:children]
logstash
[database:children]
kafka
elasticsearch