diff --git a/playbooks/clear_memcached.yml b/playbooks/clear_memcached.yml new file mode 100644 index 0000000000..fe913c3656 --- /dev/null +++ b/playbooks/clear_memcached.yml @@ -0,0 +1,7 @@ +- name: clear memcache + hosts: memcached + serial: 1 + + tasks: + - name: clear memcache + command: echo flush_all | nc localhost 11211