Bläddra i källkod

Update security.yml

maxbachmann 5 år sedan
förälder
incheckning
4f3d1e415f
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      roles/common/tasks/security.yml

+ 3
- 0
roles/common/tasks/security.yml Visa fil

10
   tags:
10
   tags:
11
     - dependencies
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
 - name: Install newer fail2ban with IPv6 support
16
 - name: Install newer fail2ban with IPv6 support
14
   apt:
17
   apt:
15
     name: "fail2ban"
18
     name: "fail2ban"

Laddar…
Avbryt
Spara