]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
f8d6dbbb3907eaeabb6f6d3292ad4a2c081595b1
[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 stabile.debian.org:
22   # snapshot postgresql streaming replication.  sibelius is the master, stabile the slave.
23   - source_bind_port: 15433
24     target_host: sibelius.debian.org
25     target_port: 5433
26     ssh_options: -oAddressFamily=inet
27 danzi.debian.org:
28   # snapshot postgresql streaming replication.  sibelius is the master, danzi the slave.
29   - source_bind_port: 15433
30     target_host: sibelius.debian.org
31     target_port: 5433
32     ssh_options: -oAddressFamily=inet
33
34 franck.debian.org:
35   - source_bind_port: 5443
36     target_host: grieg.debian.org
37     target_port: 5433
38
39 ries.debian.org:
40   # dak postgresql streaming replication.  franck is the master, ries the slave.
41   - source_bind_port: 15433
42     target_host: franck.debian.org
43     target_port: 5433
44
45 blavet.debian.org:
46   # emdebian->projectb mirror
47   - source_bind_port: 5433
48     target_host: ries.debian.org
49     target_port: 5433