diff options
author | varac <varacanero@zeromail.org> | 2013-03-06 16:55:03 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-06 16:55:03 +0100 |
commit | 42c7ff202e0d8cf3273406f13f703b17abf0a96c (patch) | |
tree | 577c2f9aaadf3f276685ca9209fda8e37da56e37 /nodes | |
parent | dedf5fc1327e5a602ae1604d5af1ee3932c3ce66 (diff) |
added development servers
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/mole.json | 8 | ||||
-rw-r--r-- | nodes/python.json | 8 | ||||
-rw-r--r-- | nodes/snail.json | 15 | ||||
-rw-r--r-- | nodes/stonefish.json | 6 | ||||
-rw-r--r-- | nodes/walrus.json | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/nodes/mole.json b/nodes/mole.json new file mode 100644 index 0000000..2259114 --- /dev/null +++ b/nodes/mole.json @@ -0,0 +1,8 @@ +{ + "services": "couchdb", + "ip_address": "176.53.69.17", + "ssh": { + "port": 4422 + }, + "tags": "development" +} diff --git a/nodes/python.json b/nodes/python.json new file mode 100644 index 0000000..783123a --- /dev/null +++ b/nodes/python.json @@ -0,0 +1,8 @@ +{ + "services": "couchdb", + "ip_address": "176.53.69.16", + "ssh": { + "port": 4422 + }, + "tags": "development" +} diff --git a/nodes/snail.json b/nodes/snail.json new file mode 100644 index 0000000..a973ad1 --- /dev/null +++ b/nodes/snail.json @@ -0,0 +1,15 @@ +{ + "services": [ "openvpn", "tor" ], + "tor": { + "type": "exit", + "nickname": "snail" + }, + "ip_address": "176.53.69.14", + "interface": "eth0", + "tags": "development", + "openvpn": { + "gateway_address": "176.53.69.19", + "allow_free": false, + "filter_dns": true + } +} diff --git a/nodes/stonefish.json b/nodes/stonefish.json new file mode 100644 index 0000000..34e7ab3 --- /dev/null +++ b/nodes/stonefish.json @@ -0,0 +1,6 @@ +{ + "services": "ca", + "ip_address": "176.53.69.15", + "interface": "eth0", + "tags": "development" +} diff --git a/nodes/walrus.json b/nodes/walrus.json new file mode 100644 index 0000000..7e2020e --- /dev/null +++ b/nodes/walrus.json @@ -0,0 +1,8 @@ +{ + "services": "mx", + "ip_address": "176.53.69.18", + "ssh": { + "port": 4422 + }, + "tags": "development" +} |