I am using ansible-role-security with ansible-role-firewall. There seems to be a problem with the firewall.service script which clobbers fail2ban rules in the firewall after a systemctl restart firewall.service
My main.yml is bringing in the roles in this order:
roles:
- { role: geerlingguy.security }
- { role: geerlingguy.firewall }