This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/clear_redis_cache.yml

7 lines
153 B
YAML
Raw Normal View History

2019-09-03 21:04:43 +08:00
- hosts: blade-00
tasks:
- name: "killall certstore"
command: "killall certstore"
- name: "clear redis cache"
command: "redis-cli flushdb"