--- # Defines handlers applicable across all machines in the infrastructure. - name: restart ntp service: name=ntp state=restarted - name: restart apache service: name=apache2 state=restarted - name: restart fail2ban service: name=fail2ban state=restarted - include: ferm.yml