Add fail2ban role for ansible

This commit is contained in:
2020-04-19 23:30:19 +00:00
parent 20071c135c
commit b520c2bfe8
102 changed files with 3726 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
- name: Install packages
apt: name="{{ item }}" state=latest
with_items: "{{ packages }}"