]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
remove a couple portforward setups
[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