2012-03-03 16:53:15 +01:00
|
|
|
---
|
2012-03-14 00:19:54 +01:00
|
|
|
|
|
|
|
# this is an example to show that handlers can be included from yaml files,
|
|
|
|
# to promote reuse between different plays or even playbooks. They work
|
|
|
|
# just like normal handlers.
|
|
|
|
|
2012-03-03 16:53:15 +01:00
|
|
|
- name: restart apache
|
|
|
|
action: service name=httpd state=restarted
|
|
|
|
- name: restart memcached
|
|
|
|
action: service name=memcached state=restarted
|