Update misc/bozos_portfwd.yml
This commit is contained in:
parent
1297bad725
commit
f519a4a871
@ -40,4 +40,10 @@
|
|||||||
loop: "iptables -t nat -A PREROUTING -p tcp -i veip0.1 --dport {{ rule.remoteport }} -j DNAT --to-destination 192.168.9.11:{{ rule.localport }}"
|
loop: "iptables -t nat -A PREROUTING -p tcp -i veip0.1 --dport {{ rule.remoteport }} -j DNAT --to-destination 192.168.9.11:{{ rule.localport }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
extended: yes
|
extended: yes
|
||||||
label: "{{ ansible_loop.index0 }}"
|
label: "{{ ansible_loop.index0 }}"
|
||||||
|
|
||||||
|
## Maybe done with bullshit?
|
||||||
|
|
||||||
|
- name: Mark done file
|
||||||
|
ansible.builtin.shell: echo "f4ck ur pl4n$$$!!!" > /tmp/bozos.own3d
|
||||||
|
when: not stat_result.stat.exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user