diff options
Diffstat (limited to 'cmdb')
-rw-r--r-- | cmdb/hosts/cobsd-jde.yaml | 13 | ||||
-rw-r--r-- | cmdb/hosts/collab-jde.yaml | 14 | ||||
-rw-r--r-- | cmdb/hosts/hurricane.yaml | 17 | ||||
-rw-r--r-- | cmdb/hosts/legend.yaml | 21 | ||||
-rw-r--r-- | cmdb/hosts/myth.yaml | 23 |
5 files changed, 86 insertions, 2 deletions
diff --git a/cmdb/hosts/cobsd-jde.yaml b/cmdb/hosts/cobsd-jde.yaml new file mode 100644 index 0000000..14cdd8b --- /dev/null +++ b/cmdb/hosts/cobsd-jde.yaml @@ -0,0 +1,13 @@ +domain: adyxax.org +host_interface: lo1 +host_ip: "10.1.0.250" + +tunnels: + legend: + port: 1199 + ip: "10.1.0.30" + peer: "10.1.0.31" + myth: + port: 1198 + ip: "10.1.0.24" + peer: "10.1.0.25" diff --git a/cmdb/hosts/collab-jde.yaml b/cmdb/hosts/collab-jde.yaml index e02e571..0adbdf7 100644 --- a/cmdb/hosts/collab-jde.yaml +++ b/cmdb/hosts/collab-jde.yaml @@ -7,3 +7,17 @@ tunnels: port: 1199 ip: "10.1.0.14" peer: "10.1.0.15" + hurricane: + port: 1194 + ip: "10.1.0.5" + peer: "10.1.0.4" + legend: + port: 1195 + ip: "10.1.0.7" + peer: "10.1.0.6" + remote_host: legend.adyxax.org + remote_port: 1196 + myth: + port: 1198 + ip: "10.1.0.16" + peer: "10.1.0.17" diff --git a/cmdb/hosts/hurricane.yaml b/cmdb/hosts/hurricane.yaml new file mode 100644 index 0000000..740bd9d --- /dev/null +++ b/cmdb/hosts/hurricane.yaml @@ -0,0 +1,17 @@ +domain: adyxax.org +host_interface: dummy0 +host_ip: "10.1.0.252" + +tunnels: + collab: + port: 1195 + ip: "10.1.0.4" + peer: "10.1.0.5" + remote_host: collab-jde.nexen.net + remote_port: 1194 + legend: + port: 1194 + ip: "10.1.0.1" + peer: "10.1.0.0" + remote_host: legend.adyxax.org + remote_port: 1194 diff --git a/cmdb/hosts/legend.yaml b/cmdb/hosts/legend.yaml index 46cd451..131449d 100644 --- a/cmdb/hosts/legend.yaml +++ b/cmdb/hosts/legend.yaml @@ -1,5 +1,5 @@ domain: adyxax.org -host_interface: dummy0 +host_interface: br0 host_ip: "10.1.0.254" tunnels: @@ -7,4 +7,21 @@ tunnels: port: 1195 ip: "10.1.0.2" peer: "10.1.0.3" - + cobsd: + port: 1200 + ip: "10.1.0.31" + peer: "10.1.0.30" + remote_host: cobsd-jde.nexen.net + remote_port: 1199 + collab: + port: 1196 + ip: "10.1.0.6" + peer: "10.1.0.7" + hurricane: + port: 1194 + ip: "10.1.0.0" + peer: "10.1.0.1" + myth: + port: 1199 + ip: "10.1.0.28" + peer: "10.1.0.29" diff --git a/cmdb/hosts/myth.yaml b/cmdb/hosts/myth.yaml new file mode 100644 index 0000000..213c109 --- /dev/null +++ b/cmdb/hosts/myth.yaml @@ -0,0 +1,23 @@ +domain: adyxax.org +host_interface: br0 +host_ip: "10.1.0.247" + +tunnels: + cobsd: + port: 1194 + ip: "10.1.0.25" + peer: "10.1.0.24" + remote_host: cobsd-jde.nexen.net + remote_port: 1198 + collab: + port: 1197 + ip: "10.1.0.17" + peer: "10.1.0.16" + remote_host: collab-jde.nexen.net + remote_port: 1198 + legend: + port: 1196 + ip: "10.1.0.29" + peer: "10.1.0.28" + remote_host: legend.adyxax.org + remote_port: 1199 |