X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/3f6c599278bae19250f1551830d96d103c1ff38d..e62fa6a0ddcd6e362f46b30f9e38b2fbbca729b6:/roles/common/handlers/main.yml diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index e8fc66e..32a8195 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,6 +1,19 @@ +### -*-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