blob: 8d17a3f4cf7ad2aaf10d4cda8c2f528b81164864 [file] [log] [blame]
Ales Komarek350f7bf2016-04-09 14:48:25 +02001salt:
2 minion:
3 enabled: true
Adam Tengler27b90b72016-01-26 14:42:21 +01004nginx:
5 server:
Dmitry Stremkovskiy6484afa2017-08-22 17:07:06 +03006 stream:
7 rabbitmq:
8 host:
9 port: 5672
10 backend:
11 server1:
12 address: 10.10.10.113
13 port: 5672
14 unbound:
15 host:
16 bind: 127.0.0.1
17 port: 53
18 protocol: udp
19 backend:
20 server1:
21 address: 10.10.10.114
22 port: 5353
Adam Tengler27b90b72016-01-26 14:42:21 +010023 enabled: true
24 extras: false
25 bind:
26 address: 127.0.0.1
27 protocol: tcp
Dmitry Stremkovskiy52145c62017-08-21 23:42:17 +030028 upstream:
29 horizon-upstream:
30 backend1:
31 address: 10.10.10.113
32 port: 8078
33 opts: weight=3
34 backend2:
35 address: 10.10.10.114
Adam Tengler27b90b72016-01-26 14:42:21 +010036 site:
37 nginx_proxy_site01:
38 enabled: true
39 type: nginx_proxy
40 name: site01
41 proxy:
42 host: 172.10.10.100
43 port: 80
44 protocol: http
45 host:
46 name: cloudlab.domain.com
47 port: 80
Dmitry Stremkovskiy52145c62017-08-21 23:42:17 +030048 nginx_proxy_site02:
49 enabled: true
50 type: nginx_proxy
51 name: site02
52 proxy:
53 upstream_proxy_pass: http://horizon-upstream
54 host:
55 name: cloudlab.domain.com
56 port: 31337
stelucz2e3efc42018-03-26 10:23:58 +020057 nginx_proxy_site03:
58 enabled: true
59 type: nginx_proxy
60 name: site03
61 proxy:
62 host: 172.120.10.100
63 port: 80
64 protocol: http
65 location:
66 /kek/:
67 host: 172.10.10.100
68 port: 80
69 protocol: http
70 size: 10000m
71 timeout: 43200
72 websocket: true
73 request_buffer: false
74 buffer:
75 number: 4
76 size: 256
77 /doc/:
78 host: 172.10.10.200
79 port: 80
80 protocol: http
81 host:
82 name: cloudlab.domain.com
83 port: 80
84 nginx_proxy_site04:
85 enabled: true
86 type: nginx_proxy
87 name: site04
88 location:
89 /:
90 host: 172.10.10.100
91 port: 80
92 protocol: http
93 /doc/:
94 host: 172.10.10.200
95 port: 80
96 protocol: http
97 host:
98 name: cloudlab.domain.com
99 port: 80