Add playbook to clear memcached

This commit is contained in:

View file

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