first commit

This commit is contained in:
Brandon Shipley
2022-05-27 16:27:40 -07:00
commit 099943f324
10 changed files with 285 additions and 0 deletions

11
tasks/harden.yml Normal file
View File

@@ -0,0 +1,11 @@
---
# harden the ubuntu server via ubuntu2004_cis
- name: 'Use ubuntu2004_cis role'
include_role:
name: ubuntu2004_cis
tags: harden
- name: 'Include fail2ban/install using apt'
apt: name=fail2ban state=latest update_cache=yes force_apt_get=yes
tags: harden