From f519a4a871bbefe749de607bda03290c85380513 Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 10 Dec 2023 15:54:42 -0600 Subject: [PATCH] Update misc/bozos_portfwd.yml --- misc/bozos_portfwd.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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