diff options
author | Micah Anderson <micah@riseup.net> | 2017-07-04 11:39:58 -0700 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-07-04 11:39:58 -0700 |
commit | 794e3380cc6b6ecf9879db58a70fef20f76145de (patch) | |
tree | 265bc7ec194392c577f9a5cf8828412c52420f2b /nodes | |
parent | 0e89380ffdfcb485ae5b964d01f39e685412775d (diff) |
add openvpn service to ibexmultitag
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ibex.json | 6 |
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" ] } |