同步Astana客户验证环境配置
This commit is contained in:
8
clear_redis_cache.yml
Normal file
8
clear_redis_cache.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- hosts: blade-00
|
||||
tasks:
|
||||
- name: "killall certstore"
|
||||
command: "killall certstore"
|
||||
- name: "clear redis cache"
|
||||
command: "redis-cli flushdb"
|
||||
- name: "killall sapp"
|
||||
command: "killall sapp"
|
||||
Reference in New Issue
Block a user