summaryrefslogtreecommitdiff
path: root/nodes/frog.json
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2015-07-06 00:06:40 +0200
committerkwadronaut <kwadronaut@leap.se>2015-07-06 00:06:40 +0200
commitb142888a20ec5284d9e4bd736476d0fec06aa933 (patch)
treeec7ecd4d021b98e83d5633d94c3a427c312ab213 /nodes/frog.json
parentea4b55e9ea10295bd196a5161aec2cab078c809a (diff)
replace frog with diplocaulus
Diffstat (limited to 'nodes/frog.json')
-rw-r--r--nodes/frog.json29
1 files changed, 0 insertions, 29 deletions
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"
- }
- }
- }
-}