diff options
author | binary <me@rgoncalves.se> | 2020-08-11 11:26:12 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-11 11:26:12 +0200 |
commit | d7a8eefeca0ad9cb6e5b6379be92ad4f1c109a72 (patch) | |
tree | 70bbf28fd6152786a942b0fd66a74260361c9caa /play-fail2ban.yml | |
parent | 91b06c38d483c7f002843b8d9b538ace635c0abd (diff) | |
download | infrastructure-d7a8eefeca0ad9cb6e5b6379be92ad4f1c109a72.tar.gz |
refactored for openbsd setup
Diffstat (limited to 'play-fail2ban.yml')
-rw-r--r-- | play-fail2ban.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/play-fail2ban.yml b/play-fail2ban.yml deleted file mode 100644 index 96c9e65..0000000 --- a/play-fail2ban.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Setting up fail2ban - strategy: free - hosts: all - roles: - - setup_update - - setup_fail2ban |