summaryrefslogtreecommitdiff
path: root/provider/nodes/vpn1_vagrant.json
blob: 888b55c0dba77ff6833df9103b5bb7151a4475b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "services": "openvpn",
  "ip_address": "10.5.5.45",
  "interface": "eth0",
  "ssh": {
    "port": 4422 },
  "tags": "production",
  "openvpn": {
    "gateway_address": "10.5.5.46",
    "filter_dns": true
  }
}