Very early initial commit.
[distorted-ansible] / roles / common / handlers / main.yml
CommitLineData
3f6c5992
MW
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 --------------------------------------------------