diff options
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" + ] +} |