From 7f9ca026e74f6bb140690b42def2ad711e3fbbc7 Mon Sep 17 00:00:00 2001 From: Michael Hamrah Date: Sat, 25 Oct 2014 16:09:06 -0400 Subject: [PATCH] disabling iptables --- playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yml b/playbook.yml index 77c3b84..6356e0a 100644 --- a/playbook.yml +++ b/playbook.yml @@ -21,6 +21,8 @@ - htop - haproxy when: ansible_os_family == "RedHat" + - name: Disable iptables + action: service name=iptables state=stopped enabled=false # - name: Sets haproxy to enabled # lineinfile: dest=/etc/default/haproxy regexp="^ENABLED" line="ENABLED=1"