diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-27 23:36:24 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-27 23:36:24 +0100 |
commit | fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5 (patch) | |
tree | a26f131821832d53b02343ca3094fdbac9e37954 /ansible/host_vars/knot | |
parent | 41fe17ca222da77fb860374adc915a4ca3b2c573 (diff) | |
download | infra-fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5.tar.gz infra-fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5.tar.bz2 infra-fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5.tar.xz infra-fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5.zip |
ufw
Diffstat (limited to 'ansible/host_vars/knot')
-rw-r--r-- | ansible/host_vars/knot/ufw.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/host_vars/knot/ufw.yml b/ansible/host_vars/knot/ufw.yml new file mode 100644 index 0000000..4ece7f5 --- /dev/null +++ b/ansible/host_vars/knot/ufw.yml @@ -0,0 +1,2 @@ +ufw__nat_address: 10.0.3.0 +ufw__nat_prefix: 24 |