Very early initial commit.
[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 --------------------------------------------------