From b142888a20ec5284d9e4bd736476d0fec06aa933 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Mon, 6 Jul 2015 00:06:40 +0200 Subject: replace frog with diplocaulus --- nodes/diplocaulus.json | 29 +++++++++++++++++++++++++++++ nodes/frog.json | 29 ----------------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 nodes/diplocaulus.json delete mode 100644 nodes/frog.json (limited to 'nodes') diff --git a/nodes/diplocaulus.json b/nodes/diplocaulus.json new file mode 100644 index 0000000..210eeb9 --- /dev/null +++ b/nodes/diplocaulus.json @@ -0,0 +1,29 @@ +{ + "ip_address": "199.119.112.150", + "services": "static", + "tags": [ + "dc", + "production" + ], + "static": { + "domains":{ + "bitmask.net": { + "tls_only": true, + "locations": { + "front": { + "path": "/", + "format": "amber", + "source": { + "type": "git", + "repo": "https://leap.se/git/bitmask_help", + "revision": "origin/master" + } + } + }, + "cert": "= file [:commercial_cert, domain.full_suffix]", + "key": "= file [:commercial_key, domain.full_suffix]", + "ca_cert": "= try_file :commercial_ca_cert" + } + } + } +} diff --git a/nodes/frog.json b/nodes/frog.json deleted file mode 100644 index 982cca2..0000000 --- a/nodes/frog.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "ip_address": "199.119.112.23", - "services": ["static"], - "tags": ["production"], - "ssh":{ - "port": 22 - }, - "static": { - "domains":{ - "bitmask.net": { - "tls_only": true, - "locations": { - "front": { - "path": "/", - "format": "amber", - "source": { - "type": "git", - "repo": "https://leap.se/git/bitmask_help", - "revision": "origin/master" - } - } - }, - "cert": "= file [:commercial_cert, domain.full_suffix]", - "key": "= file [:commercial_key, domain.full_suffix]", - "ca_cert": "= try_file :commercial_ca_cert" - } - } - } -} -- cgit v1.2.3