We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c958f commit fd38b99Copy full SHA for fd38b99
1 file changed
pillar/ufw/all_from_office_and_vpn.sls
@@ -0,0 +1,8 @@
1
+{% from "ufw/vars.jinja" import vars with context %}
2
+
3
+ufw:
4
+ allow:
5
+ all_from_office_and_vpn:
6
+ proto: tcp
7
+ from:
8
+ {{ vars["Office_And_VPN"] }}
0 commit comments