From f6e0c851b219885e1e829514f214510a31e19a52 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 15 Mar 2018 12:57:15 +0100 Subject: Added openvpn management policy --- cmdb/hosts/andromeda.yaml | 16 ++++++++++++++++ cmdb/hosts/collab-jde.yaml | 8 ++++++++ cmdb/hosts/legend.yaml | 9 +++++++++ 3 files changed, 33 insertions(+) create mode 100644 cmdb/hosts/andromeda.yaml create mode 100644 cmdb/hosts/collab-jde.yaml create mode 100644 cmdb/hosts/legend.yaml (limited to 'cmdb') diff --git a/cmdb/hosts/andromeda.yaml b/cmdb/hosts/andromeda.yaml new file mode 100644 index 0000000..52bce5d --- /dev/null +++ b/cmdb/hosts/andromeda.yaml @@ -0,0 +1,16 @@ +host_interface: dummy0 +host_ip: "10.1.0.255" + +tunnels: + collab: + port: 1195 + ip: "10.1.0.15" + peer: "10.1.0.14" + remote_host: collab-jde.nexen.net + remote_port: 1199 + legend: + port: 1194 + ip: "10.1.0.3" + peer: "10.1.0.2" + remote_host: legend.adyxax.org + remote_port: 1195 diff --git a/cmdb/hosts/collab-jde.yaml b/cmdb/hosts/collab-jde.yaml new file mode 100644 index 0000000..3d8064a --- /dev/null +++ b/cmdb/hosts/collab-jde.yaml @@ -0,0 +1,8 @@ +host_interface: dummy0 +host_ip: "10.1.0.253" + +tunnels: + andromeda: + port: 1199 + ip: "10.1.0.14" + peer: "10.1.0.15" diff --git a/cmdb/hosts/legend.yaml b/cmdb/hosts/legend.yaml new file mode 100644 index 0000000..a94400d --- /dev/null +++ b/cmdb/hosts/legend.yaml @@ -0,0 +1,9 @@ +host_interface: dummy0 +host_ip: "10.1.0.254" + +tunnels: + andromeda: + port: 1195 + ip: "10.1.0.2" + peer: "10.1.0.3" + -- cgit v1.2.3