Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/howlermonkey' into howlermonkey
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 4, 2016
2 parents 4079f83 + fbdbb53 commit e12c885
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/roles/iptables/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
- name: and its init script for old-schoolers
copy: src=iptables dest=/etc/init.d/iptables owner=root group=root mode=0755

- name: enable iptables at boot
- name: restart iptables, enable at boot
service: name=iptables state=restarted enabled=yes

- name: restart docker on docker-ready hosts
service: name=docker state=restarted
when: ('docker-ready' in group_names)

0 comments on commit e12c885

Please sign in to comment.