From b74029ec7b8582c5360078be7b53ebf3a2e6485c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 24 Apr 2020 13:20:49 +0200 Subject: [PATCH] site: Added fail2ban/application as default role for all hosts --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 8639c2f..0bfb50c 100644 --- a/site.yml +++ b/site.yml @@ -41,6 +41,7 @@ - role: hostname fqdn: "{{ inventory_hostname }}" - role: common + - role: fail2ban/application - role: account username: "zocker" password: "{{ zocker_password }}"