diff options
author | elijah <elijah@riseup.net> | 2013-08-07 10:19:34 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-08-07 10:19:34 -0700 |
commit | 582086f2835982d69a7f50adf97b96f5c038b4fc (patch) | |
tree | d29b8042086340e4a5fc81da7c8f5f8dc6417c86 /nodes | |
parent | 2965d12c90f58d376f965c1acb7c11b79a628a1e (diff) |
added nodes ant and millipede
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ant.json | 8 | ||||
-rw-r--r-- | nodes/millipede.json | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/nodes/ant.json b/nodes/ant.json new file mode 100644 index 0000000..192585c --- /dev/null +++ b/nodes/ant.json @@ -0,0 +1,8 @@ +{ + "ip_address": "198.252.153.82", + "services": "couchdb", + "tags": [ + "production", + "seattle" + ] +} diff --git a/nodes/millipede.json b/nodes/millipede.json new file mode 100644 index 0000000..9534fc7 --- /dev/null +++ b/nodes/millipede.json @@ -0,0 +1,11 @@ +{ + "ip_address": "198.252.153.83", + "openvpn": { + "gateway_address": "198.252.153.84" + }, + "services": "openvpn", + "tags": [ + "production", + "seattle" + ] +} |