--- - 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] - role: fail2ban-basic tags: [hardening] - role: hardening-basic tags: [hardening] - yggdrasil - role: snort-community tags: snort - role: pi-hole tags: pi-hole