diff options
author | elijah <elijah@riseup.net> | 2014-03-24 01:46:22 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-03-24 01:46:22 -0700 |
commit | dd27248d82469ceedbdb44724770d680d9b53033 (patch) | |
tree | 7a1fc34929162aac59182234f113855d19eda19b /nodes | |
parent | 6db0ae36cfefaa5e037eac148fd4f5ceb480a400 (diff) |
added frog
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/frog.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/nodes/frog.json b/nodes/frog.json new file mode 100644 index 0000000..5795bee --- /dev/null +++ b/nodes/frog.json @@ -0,0 +1,38 @@ +{ + "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_net", + "revision": "origin/master" + } + }, + "help": { + "path": "/help", + "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" + } + } + } +} |