diff options
Diffstat (limited to 'provider')
-rw-r--r-- | provider/nodes/aligator.json | 2 | ||||
-rw-r--r-- | provider/nodes/koala.json | 2 | ||||
-rw-r--r-- | provider/nodes/turtle.json | 5 | ||||
-rw-r--r-- | provider/tags/production.json | 7 |
4 files changed, 9 insertions, 7 deletions
diff --git a/provider/nodes/aligator.json b/provider/nodes/aligator.json index 9afb4f3..40bc7de 100644 --- a/provider/nodes/aligator.json +++ b/provider/nodes/aligator.json @@ -2,8 +2,6 @@ "services": "openvpn", "ip_address": "176.53.69.120", "interface": "eth0", - "ssh": { - "port": 4422 }, "tags": "production", "openvpn": { "gateway_address": "176.53.69.121", diff --git a/provider/nodes/koala.json b/provider/nodes/koala.json index 1740e57..7484a99 100644 --- a/provider/nodes/koala.json +++ b/provider/nodes/koala.json @@ -2,7 +2,5 @@ "services": "ca", "ip_address": "176.53.69.125", "interface": "eth0", - "ssh": { - "port": 4422 }, "tags": "production" } diff --git a/provider/nodes/turtle.json b/provider/nodes/turtle.json index 22d97cf..4391736 100644 --- a/provider/nodes/turtle.json +++ b/provider/nodes/turtle.json @@ -1,5 +1,8 @@ { "services": "webapp", + "tags": "production", "ip_address": "176.53.69.119", - "tags": "production" + "ssh": { + "port": 22 + } } diff --git a/provider/tags/production.json b/provider/tags/production.json index b35c065..551e323 100644 --- a/provider/tags/production.json +++ b/provider/tags/production.json @@ -1,3 +1,6 @@ { - "production": true -}
\ No newline at end of file + "production": true, + "ssh": { + "port": 4422 + } +} |