]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
port forward pagnini->samosa
[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