]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
Support ssh options for portforwarder
[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 merkel.debian.org:
14   - source_bind_port: 5441
15     target_host: samosa.debian.org
16     target_port: 5441
17
18 samosa.debian.org:
19   - source_bind_port: 5433
20     target_host: grieg.debian.org
21     target_port: 5433
22
23 paganini.debian.org:
24   - source_bind_port: 5441
25     target_host: samosa.debian.org
26     target_port: 5441
27
28 quantz.debian.org:
29   # qa->projectb mirror
30   - source_bind_port: 5433
31     target_host: ries.debian.org
32     target_port: 5433
33   # qa->udd
34   - source_bind_port: 5441
35     target_host: samosa.debian.org
36     target_port: 5441
37
38 nono.debian.org:
39   # nm->projectb mirror
40   - source_bind_port: 5433
41     target_host: merkel.debian.org
42     target_port: 5433
43
44 stabile.debian.org:
45   # snapshot postgresql streaming replication.  sibelius is the master, stabile the slave.
46   - source_bind_port: 15433
47     target_host: sibelius.debian.org
48     target_port: 5433
49     ssh_options: -oAddressFamily=inet
50
51 franck.debian.org:
52   - source_bind_port: 5443
53     target_host: grieg.debian.org
54     target_port: 5433
55
56 ries.debian.org:
57   # dak postgresql streaming replication.  franck is the master, ries the slave.
58   - source_bind_port: 15433
59     target_host: franck.debian.org
60     target_port: 5433
61