1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"ip_address": "1.1.1.1",
"openvpn": {
"gateway_address": "1.1.1.2"
},
"services": [
"couchdb",
"mx",
"soledad",
"webapp",
"monitor",
"openvpn",
"tor_relay",
"obfsproxy",
"static"
],
"tags": ["catalogtest","development"],
"static": {
"domains":{
"example.org": {
"tls_only": true,
"locations": {
"front": {
"path": "/",
"format": "amber",
"source": {
"type": "git",
"repo": "https://leap.se/git/bitmask_help",
"revision": "origin/master"
}
}
},
"cert": "= file('cert/example.org.crt')",
"key": "= file('cert/example.org.key')",
"ca_cert": "= file('cert/commercial_ca.crt')"
}
}
}
}
|