]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
A portforwarder for search replication
[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 #danzi.debian.org:
9 #  # snapshot postgresql streaming replication.  sibelius is the master, danzi the slave.
10 #  - source_bind_port: 15433
11 #    target_host: sibelius.debian.org
12 #    target_port: 5433
13 #    ssh_options: -oAddressFamily=inet
14
15 dummy:
16   - source_bind_port: 15433
17     target_host: dummy2
18     target_port: 5433
19     ssh_options: -oAddressFamily=inet
20
21 cgi-grnet-01:
22   - source_bind_port: 7010
23     target_host: wolkenstein.debian.org
24     target_port: 7010