12 lines
271 B
YAML
12 lines
271 B
YAML
|
---
|
||
|
|
||
|
# 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
|