]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
[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 danzi.debian.org:
46   # snapshot postgresql streaming replication.  sibelius is the master, danzi the slave.
47   - source_bind_port: 15433
48     target_host: sibelius.debian.org
49     target_port: 5433
50     ssh_options: -oAddressFamily=inet
51
52 franck.debian.org:
53   - source_bind_port: 5443
54     target_host: grieg.debian.org
55     target_port: 5433
56
57 ries.debian.org:
58   # dak postgresql streaming replication.  franck is the master, ries the slave.
59   - source_bind_port: 15433
60     target_host: franck.debian.org
61     target_port: 5433
62
63 wagner.debian.org:
64   - source_bind_port: 5441
65     target_host: samosa.debian.org
66     target_port: 5441
67
68 blavet.debian.org:
69   # emdebian->projectb mirror
70   - source_bind_port: 5433
71     target_host: ries.debian.org
72     target_port: 5433