From d4c07ed2674cc3c46e3940129a476f50e1931a2a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 31 Oct 2013 19:01:39 +0100 Subject: Don't save dynamic rules. These rules are automatically included by third-party servers such as strongSwan or fail2ban. --- roles/common/handlers/main.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 2ef3253..a64a236 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -5,11 +5,6 @@ - name: apt-get update apt: update_cache=yes -- name: Unsafe firewall update - fail: msg="The firewall has been updated, but not activated yet; an unsafe - update may lock you and others out! Please log in to '{{ ansible_fqdn }}' and - manually run 'sudo update-firewall.sh'." - - name: Reload samhain service: name=samhain state=reloaded -- cgit v1.2.3