e8fc66e37e4c0f8632ff4ccfb9692a79d4598820
[distorted-ansible] / roles / common / handlers / main.yml
1 ---
2
3 ###--------------------------------------------------------------------------
4 ### Restarting services in obvious ways.
5
6 - name: restart ntpd
7 service: name=ntp state=restarted
8
9 - name: restart ssh
10 service: name=ssh state=restarted
11
12 ###----- That's all, folks --------------------------------------------------