diff options
author | kwadronaut <kwadronaut@leap.se> | 2016-03-03 21:25:14 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2016-03-03 21:25:14 +0100 |
commit | d535a5b19471722237c8d755f1eb2cd64d11d4d9 (patch) | |
tree | cf5edb5e7bbda936eac6cd1e98fc62a2011ecf00 /nodes | |
parent | 51c3435922d2f0e96559a4fd0ae495146f7a046b (diff) |
rm disabled nodes ladybug seahorse DC
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ladybug.json | 5 | ||||
-rw-r--r-- | nodes/seahorse.json | 11 |
2 files changed, 0 insertions, 16 deletions
diff --git a/nodes/ladybug.json b/nodes/ladybug.json deleted file mode 100644 index 2d430aa..0000000 --- a/nodes/ladybug.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ip_address": "199.119.112.8", - "services": "backup", - "tags": [ "disabled", "dc" ] -} diff --git a/nodes/seahorse.json b/nodes/seahorse.json deleted file mode 100644 index c8af45e..0000000 --- a/nodes/seahorse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "services": ["openvpn"], - "tags": ["dc", "disabled"], - "ip_address": "199.119.112.12", - "openvpn": { - "gateway_address": "199.119.112.13" - }, - "ssh": { - "port": 4422 - } -} |