From 5b59f49bd64aec53fe109bc62fe821f469f8d95b Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Sat, 29 Dec 2018 00:55:22 +0100
Subject: ufw: Adding reload and port forwardings (wip).

---
 ansible/host_vars/knot/ufw.yml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'ansible/host_vars/knot')

diff --git a/ansible/host_vars/knot/ufw.yml b/ansible/host_vars/knot/ufw.yml
index 4ece7f5..bb3fc6b 100644
--- a/ansible/host_vars/knot/ufw.yml
+++ b/ansible/host_vars/knot/ufw.yml
@@ -1,2 +1,6 @@
 ufw__nat_address: 10.0.3.0
 ufw__nat_prefix: 24
+
+ufw__port_forwardings:
+#  - port: 53
+#    to: 10.0.0.4
-- 
cgit v1.2.3