blob: 3ca3bcf4ef3a78b47e4912602552689ac55f8d29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
# Defines handlers applicable across all machines in the infrastructure.
- name: restart ntp
service: name=ntp state=restarted
- name: restart fail2ban
service: name=fail2ban state=restarted
- name: restart ssh
service: name=ssh state=restarted
|