Update misc/bozos_portfwd.yml

This commit is contained in:
iRaven 2023-12-10 15:54:42 -06:00
parent 1297bad725
commit f519a4a871

View File

@ -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