### -*-yaml-*- ### ### Handlers, mostly for kicking services. --- ###-------------------------------------------------------------------------- ### Restarting services in obvious ways. - name: restart ntpd service: name=ntp state=restarted - name: restart ssh service: name=ssh state=restarted ###----- That's all, folks --------------------------------------------------