ansible-role-rocketchat/tasks/harden.yml

12 lines
271 B
YAML
Raw Normal View History

2022-05-27 23:27:40 +00:00
---
# 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