diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 21:06:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:28 +0200 |
commit | fbde929fce7405f018fc66bb5796bf0a16292913 (patch) | |
tree | 25be7bfa8547295694be7658d41cdc9e33423b2a /roles/common/handlers | |
parent | e54c9bc8d96bdef1c9a5634f5cff3b66f38f487e (diff) |
Configure v4 and v6 iptable rulesets.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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'." |