summaryrefslogtreecommitdiff
path: root/nodes/frog.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/frog.json')
-rw-r--r--nodes/frog.json38
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"
+ }
+ }
+ }
+}