TSG-6641:在ansible framework的tasks中增加maat_redis_tool的安装
This commit is contained in:
BIN
ansible/roles/framework/files/maat_redis_tool
Normal file
BIN
ansible/roles/framework/files/maat_redis_tool
Normal file
Binary file not shown.
@@ -28,4 +28,10 @@
|
||||
- name: "copy framework.conf to destination server"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/framework.conf"
|
||||
dest: /etc/ld.so.conf.d/
|
||||
dest: /etc/ld.so.conf.d/
|
||||
|
||||
- name: "copy maat_redis_tool to destination"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/maat_redis_tool"
|
||||
dest: /opt/MESA/bin/
|
||||
mode: 0755
|
||||
Reference in New Issue
Block a user