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
2019-09-03 21:04:43 +08:00

9 lines
206 B
YAML

- hosts: blade-00
tasks:
- name: "killall certstore"
command: "killall certstore"
- name: "clear redis cache"
command: "redis-cli flushdb"
- name: "killall sapp"
command: "killall sapp"