Files
ansible-role-rocketchat/tasks/harden.yml
Brandon Shipley 099943f324 first commit
2022-05-27 16:27:40 -07:00

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