diff options
Diffstat (limited to '')
-rw-r--r-- | cmdb/hosts/collab-jde.yaml | 8 | ||||
-rw-r--r-- | cmdb/hosts/hero.yaml | 17 | ||||
-rw-r--r-- | cmdb/hosts/legend.yaml | 8 | ||||
-rw-r--r-- | cmdb/hosts/nas.yaml | 17 |
4 files changed, 50 insertions, 0 deletions
diff --git a/cmdb/hosts/collab-jde.yaml b/cmdb/hosts/collab-jde.yaml index 0adbdf7..5b850b7 100644 --- a/cmdb/hosts/collab-jde.yaml +++ b/cmdb/hosts/collab-jde.yaml @@ -21,3 +21,11 @@ tunnels: port: 1198 ip: "10.1.0.16" peer: "10.1.0.17" + hero: + port: 1200 + ip: "10.1.0.18" + peer: "10.1.0.19" + nas: + port: 1201 + ip: "10.1.0.22" + peer: "10.1.0.23" 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 diff --git a/cmdb/hosts/legend.yaml b/cmdb/hosts/legend.yaml index 131449d..9f1e853 100644 --- a/cmdb/hosts/legend.yaml +++ b/cmdb/hosts/legend.yaml @@ -25,3 +25,11 @@ tunnels: port: 1199 ip: "10.1.0.28" peer: "10.1.0.29" + hero: + port: 1197 + ip: "10.1.0.20" + peer: "10.1.0.21" + nas: + port: 1198 + ip: "10.1.0.26" + peer: "10.1.0.27" diff --git a/cmdb/hosts/nas.yaml b/cmdb/hosts/nas.yaml new file mode 100644 index 0000000..00760e0 --- /dev/null +++ b/cmdb/hosts/nas.yaml @@ -0,0 +1,17 @@ +domain: adyxax.org +host_interface: br0 +host_ip: "10.1.0.251" + +tunnels: + collab: + port: 1195 + ip: "10.1.0.23" + peer: "10.1.0.22" + remote_host: collab-jde.nexen.net + remote_port: 1201 + legend: + port: 1196 + ip: "10.1.0.27" + peer: "10.1.0.26" + remote_host: legend.adyxax.org + remote_port: 1198 |