diff options
Diffstat (limited to '')
-rw-r--r-- | cmdb/hosts/hero.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cmdb/hosts/hero.yaml b/cmdb/hosts/hero.yaml new file mode 100644 index 0000000..834733f --- /dev/null +++ b/cmdb/hosts/hero.yaml @@ -0,0 +1,17 @@ +domain: adyxax.org +host_interface: dummy0 +host_ip: "10.1.0.249" + +tunnels: + collab: + port: 1195 + ip: "10.1.0.19" + peer: "10.1.0.18" + remote_host: collab-jde.nexen.net + remote_port: 1200 + legend: + port: 1196 + ip: "10.1.0.21" + peer: "10.1.0.20" + remote_host: legend.adyxax.org + remote_port: 1197 |