瀏覽代碼

Merge branch 'master' of github.com:xythobuz/sovereign

Thomas Buck 5 年之前
父節點
當前提交
2b28814b12
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      roles/common/tasks/security.yml

+ 3
- 0
roles/common/tasks/security.yml 查看文件

@@ -10,6 +10,9 @@
10 10
   tags:
11 11
     - dependencies
12 12
 
13
+- name: add stretch-backport for fail2ban with IPv6 support
14
+  apt_repository: repo='deb http://deb.debian.org/debian stretch-backports main' state=present update_cache=yes
15
+
13 16
 - name: Install newer fail2ban with IPv6 support
14 17
   apt:
15 18
     name: "fail2ban"

Loading…
取消
儲存