Ales Komarek | 350f7bf | 2016-04-09 14:48:25 +0200 | [diff] [blame] | 1 | salt: |
| 2 | minion: |
| 3 | enabled: true |
Adam Tengler | 27b90b7 | 2016-01-26 14:42:21 +0100 | [diff] [blame] | 4 | nginx: |
| 5 | server: |
Dmitry Stremkovskiy | 6484afa | 2017-08-22 17:07:06 +0300 | [diff] [blame] | 6 | 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 Tengler | 27b90b7 | 2016-01-26 14:42:21 +0100 | [diff] [blame] | 23 | enabled: true |
| 24 | extras: false |
| 25 | bind: |
| 26 | address: 127.0.0.1 |
| 27 | protocol: tcp |
Dmitry Stremkovskiy | 52145c6 | 2017-08-21 23:42:17 +0300 | [diff] [blame] | 28 | 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 Tengler | 27b90b7 | 2016-01-26 14:42:21 +0100 | [diff] [blame] | 36 | 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 Stremkovskiy | 52145c6 | 2017-08-21 23:42:17 +0300 | [diff] [blame] | 48 | 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 |