summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-07 14:22:48 -0700
committerelijah <elijah@riseup.net>2015-09-24 09:17:03 -0700
commit9352ce45a7950ff1175d3a7e5412fc9006691799 (patch)
treebb2b1070f4e6cb3ac57ab691ac01c98613d6c0f7 /provider_base/common.json
parentbbc95640557e200a5a4e463f451ed647692dc0a3 (diff)
added firewall information to nodes (needed for `leap compile firewall`)
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index e968dd27..9cc7875a 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -50,6 +50,14 @@
"clients": {},
"servers": {}
},
+ "firewall": {
+ "ssh": {
+ "from": "sysadmin",
+ "to": "= ip_address",
+ "port": "= ssh.port"
+ },
+ "stunnel": "=> stunnel_firewall"
+ },
"platform": {
"version": "= Leap::Platform.version.to_s",
"major_version": "= Leap::Platform.major_version"