first commit
This commit is contained in:
11
tasks/harden.yml
Normal file
11
tasks/harden.yml
Normal 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
|
||||
Reference in New Issue
Block a user