summaryrefslogtreecommitdiff
path: root/cmdb
diff options
context:
space:
mode:
authorJulien Dessaux2018-03-24 11:58:05 +0100
committerJulien Dessaux2018-03-24 12:36:54 +0100
commit42491f5511d61f14fd11c83a8bddebfcc6ba9dfc (patch)
tree70261467ffe3ac96f606360ad0e95471af6fed9e /cmdb
parentWent back to a standard hosts file for cfengine template performance reasons (diff)
downloadmasterfiles-42491f5511d61f14fd11c83a8bddebfcc6ba9dfc.tar.gz
masterfiles-42491f5511d61f14fd11c83a8bddebfcc6ba9dfc.tar.bz2
masterfiles-42491f5511d61f14fd11c83a8bddebfcc6ba9dfc.zip
Added hero.adyxax.org and nas.adyxax.org openvpn tunnels
Diffstat (limited to 'cmdb')
-rw-r--r--cmdb/hosts/collab-jde.yaml8
-rw-r--r--cmdb/hosts/hero.yaml17
-rw-r--r--cmdb/hosts/legend.yaml8
-rw-r--r--cmdb/hosts/nas.yaml17
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