summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-07-04 11:39:58 -0700
committerMicah Anderson <micah@riseup.net>2017-07-04 11:39:58 -0700
commit794e3380cc6b6ecf9879db58a70fef20f76145de (patch)
tree265bc7ec194392c577f9a5cf8828412c52420f2b
parent0e89380ffdfcb485ae5b964d01f39e685412775d (diff)
add openvpn service to ibexmultitag
-rw-r--r--nodes/ibex.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/nodes/ibex.json b/nodes/ibex.json
index bc3a579..bf879c7 100644
--- a/nodes/ibex.json
+++ b/nodes/ibex.json
@@ -1,11 +1,15 @@
{
"ip_address": "37.218.247.96",
+ "openvpn": {
+ "gateway_address": "37.218.247.97"
+ },
"tags": ["latest", "single"],
"services": [
"couchdb",
"soledad",
"webapp",
"mx",
- "monitor"
+ "monitor",
+ "openvpn"
]
}