configurations-ansible/handbook.yml

30 lines
638 B
YAML
Raw Normal View History

---
2022-11-21 16:52:36 +01:00
- name: "Setup a GNU/Linux target with standards or defined tags"
hosts: "{{ target if target is defined else 'planets' }}"
roles:
2022-11-21 16:52:36 +01:00
- role: hardening-basic
tags: [hardening, ips, ids]
- role: iptables-persistent
2022-11-21 16:52:36 +01:00
tags: [firewall, ips, ids]
- role: iptables-basic
2022-11-21 16:52:36 +01:00
tags: [firewall, ips, ids]
- role: iptables-webserver
tags: [firewall, webserver]
2022-11-21 12:56:57 +01:00
- role: fail2ban-basic
2022-11-21 16:52:36 +01:00
tags: [fail2ban, ips, ids]
- role: ipfs
tags: [ipfs]
- role: yggdrasil
tags: [yggdrasil]
2022-11-21 16:52:36 +01:00
- role: snort-community
2022-11-21 16:52:36 +01:00
tags: [snort, ips, ids]
- role: auditd
tags: [auditd]