701480238dfdcfbcf356f8c2f19f5cf8176f9fce
[mirror/dsa-puppet.git] / modules / portforwarder / misc / config.yaml
1 --- 
2
3 # TODO: if we ever want to forward more than one port between two hosts then
4 # we will have to come up with a wrapper script that picks the right target
5 # port on the remote instead of just encoding it in authkeys.
6
7 # from host:port to host:port
8 alioth.debian.org:
9   - source_bind_port: 5441
10     target_host: samosa.debian.org
11     target_port: 5441
12
13 master.debian.org:
14   - source_bind_port: 5441
15     target_host: samosa.debian.org
16     target_port: 5441
17
18 merkel.debian.org:
19   - source_bind_port: 5441
20     target_host: samosa.debian.org
21     target_port: 5441
22
23 samosa.debian.org:
24   - source_bind_port: 5433
25     target_host: grieg.debian.org
26     target_port: 5433
27
28 paganini.debian.org:
29   - source_bind_port: 5441
30     target_host: samosa.debian.org
31     target_port: 5441
32
33 quantz.debian.org:
34   # qa->projectb mirror
35   - source_bind_port: 5433
36     target_host: ries.debian.org
37     target_port: 5433
38   # qa->udd
39   - source_bind_port: 5441
40     target_host: samosa.debian.org
41     target_port: 5441
42
43 nono.debian.org:
44   # nm->projectb mirror
45   - source_bind_port: 5433
46     target_host: merkel.debian.org
47     target_port: 5433
48
49 stabile.debian.org:
50   # snapshot postgresql streaming replication.  sibelius is the master, stabile the slave.
51   - source_bind_port: 15433
52     target_host: sibelius.debian.org
53     target_port: 5433
54     ssh_options: -oAddressFamily=inet
55
56 franck.debian.org:
57   - source_bind_port: 5443
58     target_host: grieg.debian.org
59     target_port: 5433
60
61 ries.debian.org:
62   # dak postgresql streaming replication.  franck is the master, ries the slave.
63   - source_bind_port: 15433
64     target_host: franck.debian.org
65     target_port: 5433
66