configurations-ansible/handbook.yml

29 lines
638 B
YAML

---
- name: "Setup a GNU/Linux target with standards or defined tags"
hosts: "{{ target if target is defined else 'planets' }}"
roles:
- role: hardening-basic
tags: [hardening, ips, ids]
- role: iptables-persistent
tags: [firewall, ips, ids]
- role: iptables-basic
tags: [firewall, ips, ids]
- role: iptables-webserver
tags: [firewall, webserver]
- role: fail2ban-basic
tags: [fail2ban, ips, ids]
- role: ipfs
tags: [ipfs]
- role: yggdrasil
tags: [yggdrasil]
- role: snort-community
tags: [snort, ips, ids]
- role: auditd
tags: [auditd]