blob: 959c9c9e0afd91d571841ab78e0f1fb2be8a17f2 [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