From fbde929fce7405f018fc66bb5796bf0a16292913 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Oct 2013 21:06:51 +0100 Subject: Configure v4 and v6 iptable rulesets. --- roles/common/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index c1f9137..b8108e1 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -4,3 +4,8 @@ - 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'." -- cgit v1.2.3