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