Skip to content

Commit

Permalink
disabling iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamrah committed Oct 25, 2014
1 parent 61bf24f commit 7f9ca02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7f9ca02

Please sign in to comment.