-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible-inventory.yml
53 lines (53 loc) · 1.47 KB
/
ansible-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
all:
hosts:
vbb_datendrehscheibe_proxy_staging:
ansible_host: 5.57.42.101
ansible_user: ubuntu
vbb_datendrehscheibe_proxy_production:
ansible_host: 5.57.42.201
ansible_user: ubuntu
vbb_gtfs_rt_staging:
ansible_host: 65.108.4.53
ansible_user: root
vbb_gtfs_rt_production:
ansible_host: 95.217.148.26
ansible_user: root
children:
staging:
hosts:
vbb_gtfs_rt_staging:
vbb_datendrehscheibe_proxy_staging:
production:
hosts:
vbb_gtfs_rt_production:
vbb_datendrehscheibe_proxy_production:
vdv_453_proxy:
hosts:
vbb_datendrehscheibe_proxy_staging:
vbb_datendrehscheibe_proxy_production:
children:
vdv_453_proxy_staging:
hosts:
vbb_datendrehscheibe_proxy_staging:
vdv_453_proxy_production:
hosts:
vbb_datendrehscheibe_proxy_production:
gtfs_rt_converter:
hosts:
vbb_gtfs_rt_staging:
vbb_gtfs_rt_production:
wireguard_vpn:
hosts:
vbb_gtfs_rt_staging:
vbb_datendrehscheibe_proxy_staging:
vbb_gtfs_rt_production:
vbb_datendrehscheibe_proxy_production:
children:
wireguard_vpn_staging:
hosts:
vbb_gtfs_rt_staging:
vbb_datendrehscheibe_proxy_staging:
wireguard_vpn_production:
hosts:
vbb_gtfs_rt_production:
vbb_datendrehscheibe_proxy_production: