### -*-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 ###-------------------------------------------------------------------------- ### Rebuliding remote configuration files. - name: make in /root/.ssh command: make chdir=/root/.ssh ###----- That's all, folks --------------------------------------------------