d47c2ce1068f1abf781c989a5a12355df5cbd302
[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 master.debian.org:
9   - source_bind_port: 5441
10     target_host: samosa.debian.org
11     target_port: 5441
12
13 samosa.debian.org:
14   - source_bind_port: 5433
15     target_host: grieg.debian.org
16     target_port: 5433
17
18 paganini.debian.org:
19   - source_bind_port: 5441
20     target_host: samosa.debian.org
21     target_port: 5441
22
23 quantz.debian.org:
24   # qa->projectb mirror
25   - source_bind_port: 5433
26     target_host: ries.debian.org
27     target_port: 5433
28   # qa->udd
29   - source_bind_port: 5441
30     target_host: samosa.debian.org
31     target_port: 5441
32
33 nono.debian.org:
34   # nm->projectb mirror
35   - source_bind_port: 5433
36     target_host: ries.debian.org
37     target_port: 5433
38
39 stabile.debian.org:
40   # snapshot postgresql streaming replication.  sibelius is the master, stabile the slave.
41   - source_bind_port: 15433
42     target_host: sibelius.debian.org
43     target_port: 5433
44     ssh_options: -oAddressFamily=inet
45
46 franck.debian.org:
47   - source_bind_port: 5443
48     target_host: grieg.debian.org
49     target_port: 5433
50
51 ries.debian.org:
52   # dak postgresql streaming replication.  franck is the master, ries the slave.
53   - source_bind_port: 15433
54     target_host: franck.debian.org
55     target_port: 5433
56
57 wagner.debian.org:
58   - source_bind_port: 5441
59     target_host: samosa.debian.org
60     target_port: 5441
61