diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/clam.json | 11 | ||||
-rw-r--r-- | nodes/mole.json | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/nodes/clam.json b/nodes/clam.json new file mode 100644 index 0000000..f9007a4 --- /dev/null +++ b/nodes/clam.json @@ -0,0 +1,11 @@ +{ + "ip_address": "176.53.69.22", + "services": [ + "couchdb", + "soledad" + ], + "ssh": { + "port": 4422 + }, + "tags": "development" +} diff --git a/nodes/mole.json b/nodes/mole.json deleted file mode 100644 index 2259114..0000000 --- a/nodes/mole.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "services": "couchdb", - "ip_address": "176.53.69.17", - "ssh": { - "port": 4422 - }, - "tags": "development" -} |