1
0
Fork 0
forked from infra/ansible

Add playbook to clear memcached

This commit is contained in:
Patrick Uiterwijk 2013-08-06 15:39:57 +00:00
commit ab91d8ea3f

View file

@ -0,0 +1,7 @@
- name: clear memcache
hosts: memcached
serial: 1
tasks:
- name: clear memcache
command: echo flush_all | nc localhost 11211