blob: 535fac3a74684bc1771259b0e8738593acc649f6 [file] [log] [blame]
---
# tasks file for apigee-opdk-iptables-port-block
- name: Using iptables to block a port
shell: "iptables -A INPUT -p tcp --destination-port {{ destination_port }} ! -s `hostname` -i eth0 -j DROP"