diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-29 00:55:22 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-29 00:55:22 +0100 |
commit | 5b59f49bd64aec53fe109bc62fe821f469f8d95b (patch) | |
tree | 124c5ee3ff38cf4db132590dbfdfb4259be6a3b8 /ansible/host_vars | |
parent | 9297d5731f8f069c719a9b8812a4fa92cd2a07c0 (diff) | |
download | infra-5b59f49bd64aec53fe109bc62fe821f469f8d95b.tar.gz infra-5b59f49bd64aec53fe109bc62fe821f469f8d95b.tar.bz2 infra-5b59f49bd64aec53fe109bc62fe821f469f8d95b.tar.xz infra-5b59f49bd64aec53fe109bc62fe821f469f8d95b.zip |
ufw: Adding reload and port forwardings (wip).
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/knot/ufw.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |