From 33ed5aadaa9080d8c424a9b626cbf7fb9422dedc Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 20 Sep 2012 11:49:24 +0200 Subject: config dir --- config/defaults.yaml | 2 ++ config/hosts/cougar.leap.se.yaml | 4 ++++ config/hosts/rocinante.bitrigger.de.yaml | 5 +++++ config/services/eip.yaml | 5 +++++ 4 files changed, 16 insertions(+) create mode 100644 config/defaults.yaml create mode 100644 config/hosts/cougar.leap.se.yaml create mode 100644 config/hosts/rocinante.bitrigger.de.yaml create mode 100644 config/services/eip.yaml diff --git a/config/defaults.yaml b/config/defaults.yaml new file mode 100644 index 00000000..3126c897 --- /dev/null +++ b/config/defaults.yaml @@ -0,0 +1,2 @@ +--- +testpw: secret diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml new file mode 100644 index 00000000..ebd58979 --- /dev/null +++ b/config/hosts/cougar.leap.se.yaml @@ -0,0 +1,4 @@ +--- +openvpn_ports: - 999 + - 1000 +tor: true diff --git a/config/hosts/rocinante.bitrigger.de.yaml b/config/hosts/rocinante.bitrigger.de.yaml new file mode 100644 index 00000000..e83c802a --- /dev/null +++ b/config/hosts/rocinante.bitrigger.de.yaml @@ -0,0 +1,5 @@ +--- +# varac's local machine +openvpn_ports: - 1 + - 2 +tor: true diff --git a/config/services/eip.yaml b/config/services/eip.yaml new file mode 100644 index 00000000..d8ac5a4f --- /dev/null +++ b/config/services/eip.yaml @@ -0,0 +1,5 @@ +--- +openvpn_ports: - 80 + - 443 + - 1194 +tor: false -- cgit v1.2.3