### -*-yaml-*- ### ### Handlers, mostly for kicking services. --- ###-------------------------------------------------------------------------- ### Rebuliding remote configuration files. - name: make in /etc/ssh/ command: make chdir=/etc/ssh/ - name: make in /root/.ssh/ command: make chdir=/root/.ssh/ ###-------------------------------------------------------------------------- ### 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 --------------------------------------------------