Skip to content
Snippets Groups Projects
Commit 2570b51b authored by Juraj Paluba's avatar Juraj Paluba
Browse files

Merge branch '23-fix-drop-rules' into 'master'

Resolve "Fix DROP rules"

Closes #23

See merge request muni-kypo-crp/backend-python/ansible-networking-stage/kypo-ansible-stage-one!23
parents 4af81660 8cd42c1d
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
- chain: FORWARD - chain: FORWARD
destination: '{{ item }}' destination: '{{ item }}'
in_interface: '{{ host_interface }}' in_interface: '{{ host_interface }}'
out_interface: '{{ hostvars["man"]["default_gateway_interface"] }}'
jump: DROP jump: DROP
loop: '{{ private_ip_address_range }}' loop: '{{ private_ip_address_range }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment