summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-10-31 19:01:39 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:34 +0200
commitd4c07ed2674cc3c46e3940129a476f50e1931a2a (patch)
tree17c1cf246b80044a0bf2b52d3022a388a6b21ce5 /roles/common/handlers
parenta3be458262fdeeaae2acaf098e47ecabe62cad09 (diff)
Don't save dynamic rules.
These rules are automatically included by third-party servers such as strongSwan or fail2ban.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r--roles/common/handlers/main.yml5
1 files changed, 0 insertions, 5 deletions
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