diff --git a/misc/bozos_portfwd.yml b/misc/bozos_portfwd.yml index 042126b..5df5d71 100644 --- a/misc/bozos_portfwd.yml +++ b/misc/bozos_portfwd.yml @@ -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_control: extended: yes - label: "{{ ansible_loop.index0 }}" \ No newline at end of file + 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