1
0
Fork 0
forked from infra/ansible
ansible/playbooks/clear_memcached.yml

8 lines
156 B
YAML
Raw Normal View History

---
2013-08-06 15:39:57 +00:00
- name: clear memcache
hosts: memcached:memcached-stg
2013-08-06 15:39:57 +00:00
serial: 1
tasks:
- name: clear memcache
command: echo flush_all | nc localhost 11211