]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
cf6c9e6f30c2f444050495d35813673556f0dba3
[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
9 quantz.debian.org:
10   # qa->projectb mirror
11   - source_bind_port: 5433
12     target_host: ries.debian.org
13     target_port: 5433
14
15 nono.debian.org:
16   # nm->projectb mirror
17   - source_bind_port: 5433
18     target_host: ries.debian.org
19     target_port: 5433
20
21 danzi.debian.org:
22   # snapshot postgresql streaming replication.  sibelius is the master, danzi the slave.
23   - source_bind_port: 15433
24     target_host: sibelius.debian.org
25     target_port: 5433
26     ssh_options: -oAddressFamily=inet
27
28 franck.debian.org:
29   - source_bind_port: 5443
30     target_host: grieg.debian.org
31     target_port: 5433
32
33 ries.debian.org:
34   # dak postgresql streaming replication.  franck is the master, ries the slave.
35   - source_bind_port: 15433
36     target_host: franck.debian.org
37     target_port: 5433
38
39 blavet.debian.org:
40   # emdebian->projectb mirror
41   - source_bind_port: 5433
42     target_host: ries.debian.org
43     target_port: 5433